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 { repositories {
maven { mavenCentral()
url = uri(repoUrl)
allowInsecureProtocol = true
}
} }
//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 { dependencies {
implementation 'org.springframework.boot:spring-boot-starter-batch' implementation 'org.springframework.boot:spring-boot-starter-batch'
implementation 'org.springframework.boot:spring-boot-starter-jdbc' implementation 'org.springframework.boot:spring-boot-starter-jdbc'

View File

@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
#distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionUrl=http\://172.16.4.56:18100/repository/gradle-distributions/gradle-8.14.3-bin.zip #distributionUrl=http\://172.16.4.56:18100/repository/gradle-distributions/gradle-8.14.3-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME