Skip to content

Commit

Permalink
build.gradle: not necessary to override the test.java source set
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 18, 2025
1 parent 49b0bf8 commit a93a7f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ sourceSets.main.java {
srcDir 'src/main/java'
srcDir 'src/main/native' // for IDE access (no Java there)
}
sourceSets.test.java {
srcDir 'src/test/java'
}

// Generate all JNI header files before compiling any C/C++ code:
tasks.withType(CppCompile) {
Expand Down

0 comments on commit a93a7f7

Please sign in to comment.