Skip to content

Commit 86f9fc2

Browse files
committed
Migrate deprecated Gradle features
1 parent 12f9b72 commit 86f9fc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adapter/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id 'org.jetbrains.kotlin.jvm'
33
id 'application'
4-
id 'maven'
54
}
65

76
version = projectVersion
@@ -51,7 +50,7 @@ run {
5150
}
5251

5352
distZip {
54-
archiveName = "${project.name}.zip"
53+
archiveFileName = "${project.name}.zip"
5554
}
5655

5756
installDist.finalizedBy fixFilePermissions

0 commit comments

Comments
 (0)