chore: Bump version
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "cz.jzitnik"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -144,7 +144,9 @@ signing {
|
||||
val zipBundle by tasks.registering(Zip::class) {
|
||||
group = "publishing"
|
||||
description = "Create a bundle for Sonatype Central manual upload"
|
||||
from(layout.buildDirectory.dir("staging-deploy"))
|
||||
from(layout.buildDirectory.dir("staging-deploy")) {
|
||||
include("**/$version/**")
|
||||
}
|
||||
archiveFileName.set("sonatype-bundle.zip")
|
||||
dependsOn("publishCommonPublicationToStagingRepository",
|
||||
"publishLinuxPublicationToStagingRepository",
|
||||
|
||||
Reference in New Issue
Block a user