Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
remove '-plain' suffix
  • Loading branch information
rainboyan committed Jan 26, 2024
1 parent 2699eed commit f8db725
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,9 @@ afterEvaluate {
sign publishing.publications.maven
}
}

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

0 comments on commit f8db725

Please sign in to comment.