gradle-aem-plugin icon indicating copy to clipboard operation
gradle-aem-plugin copied to clipboard

Use same Java when launching tests and AEM instances

Open pun-ky opened this issue 3 years ago • 0 comments

pre-configure:

tasks {
    register<Test>("integrationTest") {
        javaLauncher.set(aem.localInstanceManager.javaLauncher)
    }
}

when

plugins {
    id("com.cognifide.aem.common")
}

pun-ky avatar Feb 09 '22 14:02 pun-ky