We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bba94 commit dbfc274Copy full SHA for dbfc274
build.gradle
@@ -39,17 +39,17 @@ allprojects {
39
40
41
42
-task sourcesJar(type: Jar, dependsOn: classes) {
43
- classifier = 'sources'
44
- from sourceSets.main.allSource
45
-}
46
-
47
-task javadocJar(type: Jar, dependsOn: javadoc) {
48
- classifier = 'javadoc'
49
- from javadoc.destinationDir
50
51
52
-artifacts {
53
- archives sourcesJar
54
- archives javadocJar
55
+//task sourcesJar(type: Jar, dependsOn: classes) {
+// classifier = 'sources'
+// from sourceSets.main.allSource
+//}
+//
+//task javadocJar(type: Jar, dependsOn: javadoc) {
+// classifier = 'javadoc'
+// from javadoc.destinationDir
+//artifacts {
+// archives sourcesJar
+// archives javadocJar
0 commit comments