File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' com.maximde'
8- version = ' 1.5.3 '
8+ version = ' 1.5.4 '
99
1010tasks. withType(JavaCompile ). configureEach {
1111 options. release = 17
@@ -17,7 +17,8 @@ repositories {
1717 name = " spigotmc-repo"
1818 url = " https://hub.spigotmc.org/nexus/content/repositories/snapshots/"
1919 }
20- maven { url ' https://repo.codemc.io/repository/maven-releases/' }
20+ maven { url = uri(" https://repo.codemc.io/repository/maven-releases/" ) }
21+
2122 maven { url " https://jitpack.io" }
2223}
2324
@@ -26,7 +27,7 @@ dependencies {
2627 annotationProcessor ' org.projectlombok:lombok:1.18.30'
2728
2829 compileOnly (" org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT" )
29- compileOnly ' com.github.retrooper. packetevents:api:2.2.1 '
30+ compileOnly( " com.github.retrooper: packetevents-spigot:2.6.0 " )
3031 implementation " net.kyori:adventure-text-minimessage:4.17.0"
3132 compileOnly ' com.github.LoneDev6:API-ItemsAdder:3.6.1'
3233}
You can’t perform that action at this time.
0 commit comments