Skip to content

Commit

Permalink
Let :embulkTest depends on :assemble, instead of :compileJava
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Sep 18, 2024
1 parent 4f19a76 commit ac76725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def joinPluginClasspath(FileCollection embulkTestClassesDirs, File embulkTestRes
return list.join(File.pathSeparator)
}

task embulkTest(type: Test, dependsOn: ":compileJava") {
task embulkTest(type: Test, dependsOn: ":assemble") {
doFirst {
println "^^^^^ Classpath information in main ^^^^^"
println sourceSets.main.runtimeClasspath
Expand Down

0 comments on commit ac76725

Please sign in to comment.