Skip to content

Commit

Permalink
SkyLibrary/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 42cf183 commit c1df87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkyLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ javadocJar { archiveBaseName = project.ext.baseName }
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
}

Expand Down

0 comments on commit c1df87f

Please sign in to comment.