build: Upgrade to v1.3.1

excluded logback configurations
This commit is contained in:
Zihlu Wang
2024-02-23 02:13:48 +08:00
parent 44185122f2
commit 5375d00be5
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -33,6 +33,10 @@ subprojects {
val testAnnotationProcessor by configurations val testAnnotationProcessor by configurations
val testCompileOnly by configurations val testCompileOnly by configurations
tasks.withType<Jar>() {
exclude("logback.xml")
}
dependencies { dependencies {
compileOnly("org.slf4j:slf4j-api:$slf4jVersion") compileOnly("org.slf4j:slf4j-api:$slf4jVersion")
compileOnly("org.projectlombok:lombok:$lombokVersion") compileOnly("org.projectlombok:lombok:$lombokVersion")
@@ -49,8 +53,8 @@ subprojects {
repositories { repositories {
mavenLocal() mavenLocal()
maven(url = "https://codecrafters.coding.net/public-artifacts/base/public/packages/") maven(url = "https://codecrafters.coding.net/public-artifacts/common-productions/maven-packages/packages")
maven(url = "https://maven.proxy.ustclug.org.cn/maven2/") maven(url = "https://maven.proxy.ustclug.org/maven2/")
mavenCentral() mavenCentral()
} }
+1 -1
View File
@@ -27,7 +27,7 @@ springVersion=6.1.1
springBootVersion=3.2.0 springBootVersion=3.2.0
sGroupId=cn.org.codecrafters sGroupId=cn.org.codecrafters
sVersion=1.3.0 sVersion=1.3.1
projectUrl=https://codecrafters.org.cn/JDevKit projectUrl=https://codecrafters.org.cn/JDevKit
projectGithubUrl=https://github.com/CodeCraftersCN/JDevKit projectGithubUrl=https://github.com/CodeCraftersCN/JDevKit
licenseName=The Apache License, Version 2.0 licenseName=The Apache License, Version 2.0