point well taken, this is a family show (#57)
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.1] - May 10th, 2021
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- a word to sweep my rude commit message to Nexus under the rug
|
||||||
|
|
||||||
## [1.0.0] - May 9th, 2021
|
## [1.0.0] - May 9th, 2021
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -9,7 +9,7 @@ allprojects {
|
|||||||
group = "io.bkbn"
|
group = "io.bkbn"
|
||||||
version = run {
|
version = run {
|
||||||
val baseVersion =
|
val baseVersion =
|
||||||
project.findProperty("project.version") ?: error("project.version must be set in gradle.properties")
|
project.findProperty("project.version") ?: error("project.version needs to be set in gradle.properties")
|
||||||
when ((project.findProperty("release") as? String)?.toBoolean()) {
|
when ((project.findProperty("release") as? String)?.toBoolean()) {
|
||||||
true -> baseVersion
|
true -> baseVersion
|
||||||
else -> "$baseVersion-SNAPSHOT"
|
else -> "$baseVersion-SNAPSHOT"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Kompendium
|
# Kompendium
|
||||||
project.version=1.0.0
|
project.version=1.0.1
|
||||||
# Kotlin
|
# Kotlin
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
# Gradle
|
# Gradle
|
||||||
|
Reference in New Issue
Block a user