Skip to content

Commit

Permalink
Invoke mergeServiceFiles() to relocate class names declared in servic…
Browse files Browse the repository at this point in the history
…e providers
  • Loading branch information
ustc-zzzz committed Sep 17, 2023
1 parent 338c06c commit 91ac42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java.toolchain.languageVersion = JavaLanguageVersion.of(17)
// definitions at gradle/teacon-forge.gradle
teacon {
modId = 'voteme'
modVersion = '0.8.1'
modVersion = '0.8.2'
modLicense = 'BSD-3-Clause'
modGitHubRepo = 'teaconmc/VoteMe'
modAuthors = ['yuriscat (Yuri\'s Cat)', '3TUSK', 'ustc-zzzz']
Expand Down Expand Up @@ -42,6 +42,7 @@ dependencies {
}

shadowJar {
mergeServiceFiles()
archiveClassifier.set(null)
configurations = [project.configurations.shadow]
dependencies {
Expand Down

0 comments on commit 91ac42c

Please sign in to comment.