generated from rnentjes/kotlin-server-web-empty
Extend parser to support #. as an ordered list identifier, add alternative list type tests, and update version to 1.0.9.
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "1.0.8"
|
||||
version = "1.0.9"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -66,7 +66,7 @@ signing {
|
||||
}
|
||||
|
||||
mavenPublishing {
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
|
||||
|
||||
signAllPublications()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user