config: local reposilite 환경으로 변경
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
gradle.properties
|
||||
db/
|
||||
.gradle
|
||||
build/
|
||||
|
||||
+6
-2
@@ -17,13 +17,17 @@ sourceCompatibility = "1.8"
|
||||
targetCompatibility = "1.8"
|
||||
|
||||
|
||||
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||
def reposiliteUrl = "http://localhost:8080"
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
maven {
|
||||
url "${nexusUrl}/repository/maven-public/"
|
||||
url "${reposiliteUrl}/private"
|
||||
allowInsecureProtocol = true
|
||||
credentials {
|
||||
username = reposiliteUser
|
||||
password = reposilitePassword
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
org.gradle.java.home=C:\\Program Files\\Java\\jdk-17
|
||||
|
||||
reposiliteUser=admin
|
||||
reposilitePassword=BFoZsHrQU4lmJf9rruDdcsPgE0gltKfRdTjAx04IgvFhrd5q07QwMFZqeLHFv+5n
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"D:\installs\jdk-21\bin\java" -jar ./build/libs/elink-test-master.jar
|
||||
Reference in New Issue
Block a user