build: Upgrade to v1.3.1
excluded logback configurations
This commit is contained in:
+6
-2
@@ -33,6 +33,10 @@ subprojects {
|
||||
val testAnnotationProcessor by configurations
|
||||
val testCompileOnly by configurations
|
||||
|
||||
tasks.withType<Jar>() {
|
||||
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()
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user