Skip to content

Commit

Permalink
Add missing public repo (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
boiscljo authored May 29, 2022
1 parent ae084ae commit 7300a98
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@ repositories {
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
maven("https://ci.ender.zone/plugin/repository/everything/")
maven("https://jitpack.io")
maven("https://redempt.dev")
maven("https://nexus.iridiumdevelopment.net/repository/maven-releases/")
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.rosewooddev.io/repository/public/")
maven("https://hub.jeff-media.com/nexus/repository/jeff-media-public/")
maven("https://maven.enginehub.org/repo/")
}

dependencies {
// Dependencies that we want to shade in
implementation("org.jetbrains:annotations:23.0.0")
implementation("com.iridium:IridiumCore:1.6.6")
implementation("org.bstats:bstats-bukkit:3.0.0")
implementation("com.github.Redempt:Crunch:1.0.0")
implementation("com.github.Redempt:Crunch:1.0")
implementation("com.j256.ormlite:ormlite-core:6.1")
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
implementation("de.jeff_media:SpigotUpdateChecker:1.3.0")
Expand All @@ -44,8 +46,8 @@ dependencies {
compileOnly("dev.rosewood:rosestacker:1.4.2")
compileOnly("com.github.OmerBenGera:WildStackerAPI:master")
compileOnly("com.songoda:UltimateStacker:2.1.7")
compileOnly("com.songoda:EpicSpawners:7.0.8")
compileOnly("com.sk89q:WorldEdit:7.2.6")
compileOnly("com.songoda:EpicSpawners:7.1.2")
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.6-SNAPSHOT")

// Enable lombok annotation processing
annotationProcessor("org.projectlombok:lombok:1.18.22")
Expand Down

0 comments on commit 7300a98

Please sign in to comment.