gradle 관련 운영 ip 주석처리

This commit is contained in:
2026-05-08 14:15:06 +09:00
parent c7b37b23d0
commit 5d6e2fc860
2 changed files with 14 additions and 14 deletions

View File

@@ -19,21 +19,21 @@ configurations {
}
}
//repositories {
// mavenCentral()
//}
def repoUrl = System.getProperty("org.gradle.project.repoUrl")
?: System.getenv("ORG_GRADLE_PROJECT_repoUrl")
?: "http://172.16.4.56:18100/repository/maven-public/"
repositories {
maven {
url = uri(repoUrl)
allowInsecureProtocol = true
}
mavenCentral()
}
//def repoUrl = System.getProperty("org.gradle.project.repoUrl")
// ?: System.getenv("ORG_GRADLE_PROJECT_repoUrl")
// ?: "http://172.16.4.56:18100/repository/maven-public/"
//repositories {
// maven {
// url = uri(repoUrl)
// allowInsecureProtocol = true
// }
//}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-batch'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'