Look in the right place for plugin's classes during integration tests
See gh-9516
This commit is contained in:
@@ -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) + ","
|
||||
|
||||
Reference in New Issue
Block a user