Skip to content

Commit

Permalink
#24 apparently there is no alternative. reverting to setter
Browse files Browse the repository at this point in the history
  • Loading branch information
kdabir committed Apr 17, 2019
1 parent 66b0ae3 commit 2808051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ jar {
}

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

task groovydocJar(type: Jar, dependsOn: groovydoc) {
archiveClassifier 'groovydoc'
classifier = 'groovydoc'
from groovydoc.destinationDir
}

Expand Down

0 comments on commit 2808051

Please sign in to comment.