Skip to content

Commit 2c90975

Browse files
committed
Fix Gradle config
1 parent 44b7432 commit 2c90975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sourceSets {
5555
}
5656

5757
jar {
58-
archiveName = "${OUTPUT_JAR_NAME}"
58+
archiveBaseName = "${OUTPUT_JAR_NAME}"
5959
}
6060

6161
task getHomeDir {

0 commit comments

Comments
 (0)