Skip to content

Commit

Permalink
sources now published by default
Browse files Browse the repository at this point in the history
  • Loading branch information
maiflai committed Aug 29, 2022
1 parent 7a8e608 commit 3021528
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ task groovydocJar(type: Jar, dependsOn: groovydoc) {
classifier 'groovydoc'
}

task sourcesJar(type: Jar) {
from sourceSets.main.allSource
classifier 'sources'
}

def propOrDefault(String property) {
if (project.hasProperty(property)) {
return project.getProperty(property)
Expand Down Expand Up @@ -179,7 +174,6 @@ publishing {
}
from components.java
artifact groovydocJar
artifact sourcesJar
}
}
}
Expand Down

0 comments on commit 3021528

Please sign in to comment.