Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Remove obsolete snapshot versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Aug 11, 2020
1 parent 170a767 commit ea0d23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val kotlinVersion: String by project
val detektPluginVersion: String by project

group = "io.github.detekt"
version = detektPluginVersion + if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else ""
version = detektPluginVersion

val bintrayUser: String? = findProperty("bintrayUser")?.toString() ?: System.getenv("BINTRAY_USER")
val bintrayKey: String? = findProperty("bintrayKey")?.toString() ?: System.getenv("BINTRAY_API_KEY")
Expand Down

0 comments on commit ea0d23b

Please sign in to comment.