dns -_-
All checks were successful
build-and-deploy / build-deploy (push) Successful in 47s

This commit is contained in:
androidlover5842
2026-01-30 16:15:10 +05:30
parent 521497ae5f
commit 6ffae0f9af
2 changed files with 20 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ org.gradle.vfs.watch=true
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx10g -Dfile.encoding=UTF-8
kotlin.incremental=true
systemProp.org.gradle.internal.http.connectionTimeout=10000
systemProp.org.gradle.internal.http.socketTimeout=10000

View File

@@ -1 +1,19 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
resolutionStrategy {
eachPlugin {
when (requested.id.id) {
"org.springframework.boot" ->
useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
"io.spring.dependency-management" ->
useModule("io.spring.gradle:dependency-management-plugin:${requested.version}")
}
}
}
}
rootProject.name = "TrisolarisServer"