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