Look in the right place for plugin's classes during integration tests

See gh-9516
pull/9764/head
Andy Wilkinson 7 years ago
parent 36120d729a
commit fb510043a2

@ -111,7 +111,7 @@ public class GradleBuild implements TestRule {
}
private String pluginClasspath() {
return absolutePath("bin") + "," + absolutePath("build/classes/main") + ","
return absolutePath("bin") + "," + absolutePath("build/classes/java/main") + ","
+ absolutePath("build/resources/main") + ","
+ pathOfJarContaining(LaunchScript.class) + ","
+ pathOfJarContaining(ClassVisitor.class) + ","

Loading…
Cancel
Save