File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ plugins {
22 id ' java'
33 id ' maven-publish'
44 id ' java-library'
5- id ' com.github.johnrengelman.shadow' version ' 8.1.1'
5+ id ' com.github.johnrengelman.shadow' version ' 8.1.1'
66 id ' io.github.goooler.shadow' version ' 8.1.7' // Java 21 fix
77}
88
99group = ' me.leoo.guilds'
10- version = ' 1.0.4 -SNAPSHOT'
10+ version = ' 1.0.5 -SNAPSHOT'
1111
1212ext {
13- utilsVersion = ' 2.1.0 '
13+ utilsVersion = ' 2.1.7 '
1414}
1515
1616repositories {
@@ -19,6 +19,9 @@ repositories {
1919 maven { url ' https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
2020 maven { url ' https://oss.sonatype.org/content/groups/public/' }
2121 maven { url ' https://jitpack.io' }
22+ maven { url ' https://repo.codemc.io/repository/maven-snapshots/' }
23+ maven { url ' https://repo.codemc.io/repository/maven-public/' }
24+ maven { url ' https://repo.glaremasters.me/repository/public/' }
2225}
2326
2427java {
@@ -30,6 +33,7 @@ dependencies {
3033 compileOnly ' org.projectlombok:lombok:1.18.30'
3134
3235 annotationProcessor ' org.projectlombok:lombok:1.18.30'
36+ implementation(" com.mojang:brigadier:1.2.9" )
3337
3438 compileOnly ' org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
3539
You can’t perform that action at this time.
0 commit comments