We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a3094 commit 41bb10bCopy full SHA for 41bb10b
1 file changed
build.gradle
@@ -47,10 +47,6 @@ task sourcesJar(type: Jar, dependsOn: classes) {
47
from sourceSets.main.allSource
48
}
49
50
-repositories {
51
- maven { url 'https://jitpack.io' }
52
-}
53
-
54
jar {
55
from "LICENSE"
56
0 commit comments