Skip to content

Commit

Permalink
Look in the right place for plugin's classes during integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jul 28, 2017
1 parent 36120d7 commit fb51004
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private void after() {
}

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) + ","
Expand Down

0 comments on commit fb51004

Please sign in to comment.