Skip to content

Commit 8ae3d01

Browse files
committed
updated version 1.0.5-SNAPSHOT
1 parent dd16758 commit 8ae3d01

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

99
group = 'me.leoo.guilds'
10-
version = '1.0.4-SNAPSHOT'
10+
version = '1.0.5-SNAPSHOT'
1111

1212
ext {
13-
utilsVersion = '2.1.0'
13+
utilsVersion = '2.1.7'
1414
}
1515

1616
repositories {
@@ -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

2427
java {
@@ -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

0 commit comments

Comments
 (0)