Merge branch 'jenkins_with_weblogic' into master
This commit is contained in:
@@ -41,6 +41,7 @@ ApiTestManager/dist
|
||||
.cache
|
||||
.env
|
||||
CLAUDE.md
|
||||
*.p12
|
||||
|
||||
src/main/generated
|
||||
.claude
|
||||
+12
-1
@@ -4,7 +4,7 @@ plugins {
|
||||
id 'com.diffplug.eclipse.apt' version '3.41.1'
|
||||
id 'java'
|
||||
id 'java-library'
|
||||
id 'eclipse-wtp'
|
||||
id 'eclipse'
|
||||
id 'idea'
|
||||
id 'war'
|
||||
}
|
||||
@@ -18,6 +18,17 @@ sourceCompatibility = "1.8"
|
||||
targetCompatibility = "1.8"
|
||||
|
||||
|
||||
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
maven {
|
||||
url "${nexusUrl}/repository/maven-public/"
|
||||
allowInsecureProtocol = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
annotationProcessor
|
||||
configureEach {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
org.gradle.java.home=C:\\Program Files\\Java\\jdk-17
|
||||
|
||||
@@ -11,9 +11,9 @@ server:
|
||||
port.http: 38080
|
||||
port: 38443
|
||||
ssl:
|
||||
enabled: true
|
||||
key-store: classpath:keystore.p12
|
||||
key-store-password: elink-ssl
|
||||
enabled: ${SSL_ENABLED:false}
|
||||
key-store: ${KEY_STORE_PATH}
|
||||
key-store-password: ${KEY_STORE_PASSWORD:elink-ssl}
|
||||
key-store-type: PKCS12
|
||||
key-alias: elink-ssl
|
||||
error.include-message: always
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user