Skip to content

Commit

Permalink
fix: hear me out, don't bully EssX's repo
Browse files Browse the repository at this point in the history
Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com>
  • Loading branch information
Thatsmusic99 committed Aug 24, 2023
1 parent 084318e commit 76fae49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AdvancedTeleport-Bukkit/build.gradle.kts
Expand Up @@ -47,6 +47,11 @@ repositories {
name = "ConfigurationMaster"
}

maven("https://repo.racci.dev/releases") {
name = "RacciRepo"
mavenContent { releasesOnly() }
}

maven("https://repo.essentialsx.net/releases/") {
name = "Essentials"
}
Expand Down Expand Up @@ -79,11 +84,6 @@ repositories {
name = "PlayerParticles"
content { includeGroup("dev.esophose") }
}

maven("https://repo.racci.dev/releases") {
name = "RacciRepo"
mavenContent { releasesOnly() }
}
}

dependencies {
Expand Down

0 comments on commit 76fae49

Please sign in to comment.