Skip to content

Commit

Permalink
Fixes a typo in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed Mar 6, 2019
1 parent ff7b0bd commit 66110c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.incquerylabs.v4md/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ javadoc {
enabled false
}

task sourcesJar(type: Jar, dependsOn: classes) {
task sourceJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}
Expand Down

0 comments on commit 66110c4

Please sign in to comment.