Skip to content

Commit

Permalink
Set group and description of Gradle task pathingJar and `pathingJar…
Browse files Browse the repository at this point in the history
…Command`

Closes gh-513
  • Loading branch information
rainboyan committed Aug 20, 2024
1 parent c3532e2 commit bc59e97
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ class GrailsGradlePlugin extends GroovyPlugin {
project.tasks.create(name, Jar) { Jar task ->
task.dependsOn(configurations)
task.archiveAppendix.set('pathing')
task.setGroup('build')
task.setDescription('Generates a pathing jar file.')

Set files = []
configurations.each {
Expand Down

0 comments on commit bc59e97

Please sign in to comment.