v. 1.0.2, fix minified option

Took 8 minutes
This commit is contained in:
2021-10-15 15:04:22 +02:00
parent 6375a0d78d
commit 7e86441d84
2 changed files with 99 additions and 41 deletions

View File

@@ -3,10 +3,11 @@ plugins {
`maven-publish`
signing
id("org.jetbrains.dokka") version "1.5.31"
id("com.adarshr.test-logger") version "3.0.0"
}
group = "nl.astraeus"
version = "1.0.1"
version = "1.0.2"
repositories {
mavenCentral()
@@ -47,8 +48,12 @@ kotlin {
}
}
testlogger {
showStandardStreams = true
}
extra["PUBLISH_GROUP_ID"] = "nl.astraeus"
extra["PUBLISH_VERSION"] = "1.0.1"
extra["PUBLISH_VERSION"] = "1.0.2"
extra["PUBLISH_ARTIFACT_ID"] = "kotlin-css-generator"
// Stub secrets to let the project sync and build without the publication values set up