Skip to content

Commit

Permalink
Upgrade for protocollib
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Sep 26, 2024
1 parent 69387b9 commit 7ac4d59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ repositories {
name 'spigot'
url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
}
maven {
name = "dmulloy2"
url = "https://repo.dmulloy2.net/repository/public/"
}
}

java.toolchain.languageVersion = JavaLanguageVersion.of(8)
Expand All @@ -33,7 +37,7 @@ configurations {

dependencies {
api project(':common')
compileOnly 'com.comphenix.protocol:ProtocolLib:4.7.0'
compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0'
spigot 'org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT'
}

Expand Down

0 comments on commit 7ac4d59

Please sign in to comment.