Releases: wttech/gradle-aem-plugin
15.4.1
[Gradle Release Plugin] - creating tag: '15.4.1'.
15.4.0
15.3.4
[Gradle Release Plugin] - creating tag: '15.3.4'.
15.3.3
What's new
Implemented: #855
After providing AEM Quickstart JAR e.g via property:
localInstance.quickstart.jarUrl=https://company-share.com/aem/cq-quicstart-6.5.0.jar
Then basing on that value, GAP will use proper Gradle Java Toolchain (JDK version) when launching the instance:
To disable that automatic correct Java enforcement, consider setting the following property:
localInstance.javaEnforcement.enabled=false
Then GAP will behave as in previous versions.
Note that, GAP is inferring appropriate Java version for particular AEM version basing on compatibility map defined here:
https://github.com/wttech/gradle-aem-plugin/blob/master/src/main/kotlin/com/cognifide/gradle/aem/common/instance/LocalInstanceManager.kt#L629
When AEM compatibility will change in the future, then that compatibility map could be updated to help GAP to infer the correct version. However, all known changes in the case of AEM compatibility will be covered in that map, so future versions of GAP will have that map updated.
15.3.2
[Gradle Release Plugin] - creating tag: '15.3.2'.
15.3.1
[Gradle Release Plugin] - creating tag: '15.3.1'.
15.3.0
[Gradle Release Plugin] - creating tag: '15.3.0'.
15.2.5
15.2.3
[Gradle Release Plugin] - creating tag: '15.2.3'.