point well taken, this is a family show (#57)

This commit is contained in:
Ryan Brink
2021-05-10 09:23:56 -04:00
committed by GitHub
parent 8c206b7ad6
commit c885ff1cfb
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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