Skip to content

Commit

Permalink
Java: Fix sources generation (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-frank authored Jun 28, 2021
1 parent 23cc41c commit 30adc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ afterEvaluate { project ->

task sourcesJar(type: Jar) {
classifier = "sources"
from jar.destinationDir
from sourceSets.main.allSource
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down

0 comments on commit 30adc84

Please sign in to comment.