We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cf6cd commit 19faef2Copy full SHA for 19faef2
build.gradle
@@ -77,7 +77,6 @@ archivesBaseName = 'showscript'
77
shadowJar.archiveFileName = "showscript.jar"
78
build.dependsOn(shadowJar)
79
jar.enabled = false
80
-rootProject.name = "showscript"
81
82
publishing {
83
publications {
settings.gradle
@@ -0,0 +1,5 @@
1
+/*
2
+ * This file was generated by the Gradle 'init' task.
3
+ */
4
+
5
+rootProject.name = 'showscript'
0 commit comments