gradle 내부망 주소로 변경
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
pluginManagement {
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version '2.2.20'
|
||||
// plugins {
|
||||
// id 'org.jetbrains.kotlin.jvm' version '2.2.20'
|
||||
// }
|
||||
repositories {
|
||||
maven {
|
||||
url = uri(
|
||||
System.getProperty("org.gradle.project.repoUrl")
|
||||
?: System.getenv("ORG_GRADLE_PROJECT_repoUrl")
|
||||
?: "http://172.16.4.56:18100/repository/maven-public/"
|
||||
)
|
||||
allowInsecureProtocol = true
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name = 'kamco-map-sheet-image-job'
|
||||
|
||||
Reference in New Issue
Block a user