File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,3 +28,4 @@ hs_err_pid*
2828.idea /
2929.DS_Store
3030/.gradle
31+ /build
Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
3- id(" com.mineplex.sdk.plugin" ) version " 1.11.0 "
3+ id(" com.mineplex.sdk.plugin" ) version " 1.21.9 "
44 id(" maven-publish" )
55}
66
77group = " net.plexverse"
8- version = " 1.1 "
8+ version = " 1.2 "
99
1010repositories {
1111 mavenLocal()
@@ -39,9 +39,7 @@ repositories {
3939}
4040
4141dependencies {
42- implementation(" xyz.xenondevs.invui:invui:1.33" )
43- compileOnly(" io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT" )
44- compileOnly(" org.spigotmc:spigot:1.19.2-R0.1-SNAPSHOT" )
42+ implementation(" xyz.xenondevs.invui:invui:1.46" )
4543 implementation(" com.google.code.gson:gson:2.10.1" )
4644 compileOnly(" org.projectlombok:lombok:1.18.30" )
4745 implementation(" com.oop:memory-store:4.0" )
@@ -63,7 +61,7 @@ sourceSets {
6361
6462tasks.register<Jar >(" shadowJar" ) {
6563 archiveBaseName.set(" MapParser" )
66- archiveVersion.set(" 1.1 -SNAPSHOT" )
64+ archiveVersion.set(" 1.2 -SNAPSHOT" )
6765 from(sourceSets.main.get().output)
6866 duplicatesStrategy = DuplicatesStrategy .EXCLUDE
6967}
Original file line number Diff line number Diff line change 1+ dependencies :
2+ libraries : []
3+
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments