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 4da2dde commit b448f17Copy full SHA for b448f17
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
group = "me.scoretwo"
7
version = "1.0-SNAPSHOT"
8
9
-defaultTasks = mutableListOf("publishToMavenLocal")
+defaultTasks = mutableListOf("shadowJar")
10
11
repositories {
12
jcenter()
0 commit comments