Skip to content

Commit

Permalink
Set archiveClassifier to plugin
Browse files Browse the repository at this point in the history
Closes gh-9
  • Loading branch information
rainboyan committed Oct 7, 2024
1 parent 6212cda commit d20c382
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ springBoot {

jar {
enabled = true
archiveClassifier.set('')
archiveClassifier.set('plugin')
includeEmptyDirs = false
}
2 changes: 1 addition & 1 deletion json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks.withType(GroovyPageCompileTask) {
jar {
exclude "*.gson"
enabled = true
archiveClassifier.set('')
archiveClassifier.set('plugin')
includeEmptyDirs = false
}

Expand Down
2 changes: 1 addition & 1 deletion markup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ springBoot {

jar {
enabled = true
archiveClassifier.set('')
archiveClassifier.set('plugin')
includeEmptyDirs = false
}

0 comments on commit d20c382

Please sign in to comment.