mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-12 10:24:29 +01:00
changes
This commit is contained in:
parent
5a69919781
commit
74dbea8423
@ -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")
|
||||
}
|
||||
}
|
||||
|
@ -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")
|
Loading…
Reference in New Issue
Block a user