Skip to content

Commit a4048e8

Browse files
committed
Reverting chnage made to when the resource file gets created
1 parent 9526854 commit a4048e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jar {
8181
from sourceSets.main.allJava
8282
}
8383

84-
compileJava.dependsOn genConfigProperties
84+
jar.dependsOn genConfigProperties
8585

8686
dependencies {
8787
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

0 commit comments

Comments
 (0)