We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6527e16 commit 13c35ecCopy full SHA for 13c35ec
1 file changed
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
8
/*group = "com.lotsofpixelsstudios"*/
9
group = "de.matthiasklenz"
10
-version = System.getenv("GITHUB_REF")?.removePrefix("refs/tags/") ?: "0.1-local" //use tag name as version
+version = System.getenv("GITHUB_REF")?.removePrefix("refs/tags/") ?: "0.5.0-SNAPSHOT1"//"0.1-local" //use tag name as version
11
12
dependencies {
13
implementation("org.jetbrains.kotlin:kotlin-stdlib")
@@ -78,7 +78,7 @@ jreleaser {
78
register("sonatype") {
79
setActive("ALWAYS")
80
url = "https://central.sonatype.com/api/v1/publisher"
81
- stagingRepository("build/staging-deploy")
+ stagingRepository(layout.buildDirectory.dir("staging-deploy").get().asFile.path)
82
}
83
84
0 commit comments