diff --git a/build.gradle.kts b/build.gradle.kts index 924ad1c..5d903ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,6 +33,10 @@ subprojects { val testAnnotationProcessor by configurations val testCompileOnly by configurations + tasks.withType() { + exclude("logback.xml") + } + dependencies { compileOnly("org.slf4j:slf4j-api:$slf4jVersion") compileOnly("org.projectlombok:lombok:$lombokVersion") @@ -49,8 +53,8 @@ subprojects { repositories { mavenLocal() - maven(url = "https://codecrafters.coding.net/public-artifacts/base/public/packages/") - maven(url = "https://maven.proxy.ustclug.org.cn/maven2/") + maven(url = "https://codecrafters.coding.net/public-artifacts/common-productions/maven-packages/packages") + maven(url = "https://maven.proxy.ustclug.org/maven2/") mavenCentral() } diff --git a/gradle.properties b/gradle.properties index 525d875..993d1ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ springVersion=6.1.1 springBootVersion=3.2.0 sGroupId=cn.org.codecrafters -sVersion=1.3.0 +sVersion=1.3.1 projectUrl=https://codecrafters.org.cn/JDevKit projectGithubUrl=https://github.com/CodeCraftersCN/JDevKit licenseName=The Apache License, Version 2.0