Skip to content

Commit 3021528

Browse files
committed
sources now published by default
1 parent 7a8e608 commit 3021528

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: build.gradle

-6
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ task groovydocJar(type: Jar, dependsOn: groovydoc) {
119119
classifier 'groovydoc'
120120
}
121121

122-
task sourcesJar(type: Jar) {
123-
from sourceSets.main.allSource
124-
classifier 'sources'
125-
}
126-
127122
def propOrDefault(String property) {
128123
if (project.hasProperty(property)) {
129124
return project.getProperty(property)
@@ -179,7 +174,6 @@ publishing {
179174
}
180175
from components.java
181176
artifact groovydocJar
182-
artifact sourcesJar
183177
}
184178
}
185179
}

0 commit comments

Comments
 (0)