update gradle configuration and wrapper

This commit is contained in:
UrAvgCode 2025-11-05 23:44:31 +01:00
parent 9828227f41
commit 84ee6ac378
No known key found for this signature in database
GPG key ID: 8A76A22B2CDDD634
8 changed files with 77 additions and 56 deletions

17
settings.gradle.kts Normal file
View file

@ -0,0 +1,17 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven(uri("https://repo.papermc.io/repository/maven-public/"))
}
}
rootProject.name = "global-whitelist"