Skip to content

Commit

Permalink
WesLibrary/build.gradle: tweak the description of the sourcesJar task
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 19, 2024
1 parent c821adc commit f3ffa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WesLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tasks.register('javadocJar', Jar) {
tasks.register('sourcesJar', Jar) {
archiveBaseName = project.ext.baseName
archiveClassifier = 'sources'
description 'Creates a JAR of sourcecode.'
description 'Creates a JAR of Java sourcecode.'
from sourceSets.main.allJava // default is ".allSource", which includes resources
}

Expand Down

0 comments on commit f3ffa99

Please sign in to comment.