Skip to content

Commit

Permalink
Fixed java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo0111 committed Aug 15, 2021
1 parent 891eb21 commit 65d4ef2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ dependencies {
implementation("space.rocketplugins.pluginslib:bukkit:2.0.2.1")
implementation("io.github.slimjar:slimjar:1.2.5")
implementation("dev.triumphteam:triumph-gui:3.0.3")
implementation("com.zaxxer:HikariCP:5.0.0")
compileOnly("com.comphenix.protocol:ProtocolLib:4.7.0")
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
compileOnly("me.lorenzo0111:RocketPlaceholders:1.9.2")
slim("com.zaxxer:HikariCP:4.0.0")
slim("com.github.cryptomorin:XSeries:8.3.0")
slim("net.kyori:adventure-api:4.8.1")
slim("net.kyori:adventure-text-serializer-legacy:4.8.1")
Expand Down Expand Up @@ -95,7 +95,6 @@ shadowJar {
relocate("google","${libsBase}.google")
relocate("org.sqlite.native","${libsBase}.jdbc.sqlite")
relocate("com.cryptomorin.xseries","${libsBase}.xseries")
relocate("com.zaxxer.hikari","${libsBase}.hikari")
}


Expand Down

0 comments on commit 65d4ef2

Please sign in to comment.