v. 1.0.3, add inline style, fix TemplateRowColumn value types

Took 27 minutes
This commit is contained in:
2021-10-23 11:56:18 +02:00
parent 7e86441d84
commit 9f3be7cadd
3 changed files with 136 additions and 128 deletions

View File

@@ -7,7 +7,7 @@ plugins {
}
group = "nl.astraeus"
version = "1.0.2"
version = "1.0.3"
repositories {
mavenCentral()
@@ -52,9 +52,9 @@ testlogger {
showStandardStreams = true
}
extra["PUBLISH_GROUP_ID"] = "nl.astraeus"
extra["PUBLISH_VERSION"] = "1.0.2"
extra["PUBLISH_ARTIFACT_ID"] = "kotlin-css-generator"
extra["PUBLISH_GROUP_ID"] = group
extra["PUBLISH_VERSION"] = version
extra["PUBLISH_ARTIFACT_ID"] = name
// Stub secrets to let the project sync and build without the publication values set up
val signingKeyId: String by project