We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babf545 commit b49db84Copy full SHA for b49db84
1 file changed
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "io.github.isning.gradle.plugins"
10
-version = "1.0-SNAPSHOT"
+version = "0.1.0"
11
12
val localPropsFile = project.rootProject.file("credentials.properties")
13
if (localPropsFile.exists()) {
0 commit comments