This commit is contained in:
Ryder Belserion 2023-07-26 01:33:37 -04:00
parent 5a69919781
commit 74dbea8423
No known key found for this signature in database
2 changed files with 7 additions and 13 deletions

View File

@ -29,7 +29,7 @@ allprojects {
dependencies {
implementation("org.bstats", "bstats-bukkit", "3.0.2")
compileOnly("com.github.MilkBowl", "VaultAPI", "1.7") {
compileOnly("com.github.MilkBowl", "VaultAPI", "1.7.1") {
exclude("org.bukkit", "bukkit")
}
}

View File

@ -1,22 +1,16 @@
dependencyResolutionManagement {
repositories.gradlePluginPortal()
}
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven("https://maven.fabricmc.net/")
maven("https://maven.minecraftforge.net/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.crazycrew.us/first-party/")
maven("https://repo.crazycrew.us/third-party/")
maven("https://maven.fabricmc.net/")
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "CrazyAuctions"
include("core")
include("paper")
include("core", "paper")