Skip to content

Commit

Permalink
1.5.13.3 [Rerun]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Boisclair committed Aug 7, 2024
1 parent e3465ea commit 8ccf940
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ dependencies {
exclude group: 'net.kyori'
}
implementation 'org.spongepowered:configurate-yaml:4.1.2'
compileOnly "net.citizensnpcs:citizens-main:2.0.31-SNAPSHOT"
compileOnly "net.citizensnpcs:citizens-main:2.0.31-SNAPSHOT", {
exclude group: 'net.byteflux', module: 'libby-bukkit'
}
}
test {
useJUnitPlatform()
Expand Down

0 comments on commit 8ccf940

Please sign in to comment.