Skip to content

Commit

Permalink
chore: fix latest IJ / IC 2025.1
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet authored and adietish committed Feb 26, 2025
1 parent 84a18c2 commit 1d8fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ sourceSets {
java.srcDir("src/it/java")
resources.srcDir("src/it/resources")
compileClasspath += sourceSets.main.get().compileClasspath + sourceSets.test.get().compileClasspath
runtimeClasspath += output + compileClasspath + sourceSets.test.get().runtimeClasspath + sourceSets.test.get().runtimeClasspath
runtimeClasspath += output + compileClasspath + sourceSets.test.get().runtimeClasspath
}
}

Expand Down

0 comments on commit 1d8fb73

Please sign in to comment.