Skip to content

Commit

Permalink
build.gradle: delete some redundant configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 7, 2024
1 parent 46f4402 commit 7f9221e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ ext {
websiteUrl = 'https://github.com/stephengold/jolt-jni'
}

sourceSets.main.java {
srcDir 'src/main/java'
}
sourceSets.test.java {
srcDir 'src/test/java'
}

// Regenerate all JNI header files and unpack Jolt before compiling any C++ code.
tasks.withType(CppCompile) {
dependsOn('classes', 'compileTestJava', 'unpackJoltSource')
Expand Down

0 comments on commit 7f9221e

Please sign in to comment.