본사 nexus 정보 삭제

This commit is contained in:
Rinjae
2025-09-10 21:40:30 +09:00
parent 7e408c5e63
commit b5f62fda76
+4 -7
View File
@@ -4,19 +4,16 @@ plugins {
id 'eclipse-wtp'
id 'idea'
}
group 'com.eactive'
version '4.5.1-SNAPSHOT'
def springVersion = "5.3.27"
//def nexusUrl = "https://nexus.eactive.synology.me:8090"
def nexusUrl = "https://nexus.eactive.synology.me:8090"
//repositories {
// maven {
// url "${nexusUrl}/repository/maven-public/"
// allowInsecureProtocol = true
// }
//}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)