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 7a8e608 commit 3021528Copy full SHA for 3021528
build.gradle
@@ -119,11 +119,6 @@ task groovydocJar(type: Jar, dependsOn: groovydoc) {
119
classifier 'groovydoc'
120
}
121
122
-task sourcesJar(type: Jar) {
123
- from sourceSets.main.allSource
124
- classifier 'sources'
125
-}
126
-
127
def propOrDefault(String property) {
128
if (project.hasProperty(property)) {
129
return project.getProperty(property)
@@ -179,7 +174,6 @@ publishing {
179
174
180
175
from components.java
181
176
artifact groovydocJar
182
- artifact sourcesJar
183
177
184
178
185
0 commit comments