File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818
1919plugins {
2020 id(" plugily.projects.java-conventions" )
21- id(" com.github.johnrengelman. shadow" ) version " 8.1.1 "
21+ id (" com.gradleup. shadow" ) version " 9.0.0-beta5 "
2222 java
2323}
2424
Original file line number Diff line number Diff line change 1818
1919plugins {
2020 id(" plugily.projects.java-conventions" )
21- id(" com.github.johnrengelman. shadow" ) version " 8.1.1 "
21+ id (" com.gradleup. shadow" ) version " 9.0.0-beta5 "
2222 java
2323}
2424
Original file line number Diff line number Diff line change 1818
1919plugins {
2020 id(" plugily.projects.java-conventions" )
21- id(" com.github.johnrengelman. shadow" ) version " 8.1.1 "
21+ id (" com.gradleup. shadow" ) version " 9.0.0-beta5 "
2222 java
2323}
2424
Original file line number Diff line number Diff line change 1818
1919plugins {
2020 id(" plugily.projects.java-conventions" )
21- id(" com.github.johnrengelman. shadow" ) version " 8.1.1 "
21+ id (" com.gradleup. shadow" ) version " 9.0.0-beta5 "
2222 java
2323}
2424
@@ -27,7 +27,7 @@ repositories {
2727}
2828
2929dependencies {
30- implementation(" fr.mrmicky:FastInv:3.0.3 " )
30+ implementation(" fr.mrmicky:FastInv:3.1.1 " )
3131}
3232
3333tasks {
Original file line number Diff line number Diff line change 1818
1919plugins {
2020 id(" plugily.projects.java-conventions" )
21- id(" com.github.johnrengelman. shadow" ) version " 8.1.1 "
21+ id (" com.gradleup. shadow" ) version " 9.0.0-beta5 "
2222 java
2323}
2424
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ repositories {
1212 mavenCentral()
1313 mavenLocal()
1414 maven {
15- url = uri(' https://papermc.io/repo/repository/maven-public/' )
15+ name = " papermc"
16+ url = uri(" https://repo.papermc.io/repository/maven-public/" )
1617 }
17-
1818 maven {
1919 url = ' https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
2020
@@ -49,7 +49,7 @@ repositories {
4949}
5050
5151dependencies {
52- compileOnly ' io.papermc.paper:paper-api:1.20.1 -R0.1-SNAPSHOT'
52+ compileOnly( " io.papermc.paper:paper-api:1.21.3 -R0.1-SNAPSHOT" )
5353 compileOnly ' org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
5454 compileOnly ' org.jetbrains:annotations:23.0.0'
5555}
You can’t perform that action at this time.
0 commit comments