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 c9454dc commit 24a8057Copy full SHA for 24a8057
build.gradle
@@ -24,6 +24,8 @@ task sourcesJar(type: Jar, dependsOn: classes) {
24
classifier = 'sources'
25
from sourceSets.main.allSource
26
}
27
+
28
+//test
29
30
task javadocJar(type: Jar, dependsOn: javadoc) {
31
classifier = 'javadoc'
0 commit comments