Skip to content

Commit acf9f0a

Browse files
committed
cleanup
1 parent 1ab6cd7 commit acf9f0a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ artifacts {
7676
}
7777

7878

79-
80-
8179
val projectTitle: String by project
8280
val projectDesc: String by project
8381
val projectUrl: String by project
@@ -157,5 +155,5 @@ fun registerPublishTask(type: String, condition: () -> Boolean) {
157155
}
158156

159157
fun hasSnapshotVersion(): Boolean {
160-
return version.toString().endsWith("SNAPSHOT")
158+
return version.toString().endsWith("-SNAPSHOT")
161159
}

0 commit comments

Comments
 (0)