There was an error while loading. Please reload this page.
1 parent 20f5776 commit 6fc0183Copy full SHA for 6fc0183
1 file changed
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
group = "xyz.srnyx"
12
-version = providers.environmentVariable("VERSION").orNull?.takeIf(String::isNotBlank) ?: "3.0.1"
+version = providers.environmentVariable("VERSION").orNull?.takeIf(String::isNotBlank) ?: "3.1.0"
13
description = "A Gradle plugin to simplify the process of creating projects"
14
val projectId: String = "gradle-galaxy"
15
val vcs: String = "github.com/srnyx/$projectId"
0 commit comments