Skip to content

Commit

Permalink
Fix gradle duplicate resource issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Jun 6, 2024
1 parent 0b12268 commit 136ef4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcdf4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

sourceSets {
unloadedTest {
resources.srcDir file('src/unloadedTest/resources')
resources.srcDirs = [file('src/unloadedTest/resources')]
compileClasspath += sourceSets.main.output + configurations.testCompileClasspath
runtimeClasspath += output + sourceSets.main.output + configurations.testRuntimeClasspath
}
Expand Down

0 comments on commit 136ef4d

Please sign in to comment.