Skip to content

Commit

Permalink
Compatible with Java 17 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
ZepsiZola committed Jun 22, 2024
1 parent cf907cb commit 8578810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ processResources {
}

shadowJar {
configurations = [project.configurations.runtimeClasspath]
relocate('org.bstats', 'me.zepsizola.customjoinleave.bstats')
configurations = [project.configurations.runtimeClasspath]
mergeServiceFiles()
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ api-version: '1.20'

folia-supported: true

softdepend: [bStats, PlaceholderAPI, LuckPerms]
softdepend: [PlaceholderAPI, LuckPerms]
loadbefore: [PlaceholderAPI, LuckPerms]

commands:
Expand Down

0 comments on commit 8578810

Please sign in to comment.