Skip to content

Commit 5375d00

Browse files
author
Zihlu Wang
committed
build: Upgrade to v1.3.1
excluded logback configurations
1 parent 4418512 commit 5375d00

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ subprojects {
3333
val testAnnotationProcessor by configurations
3434
val testCompileOnly by configurations
3535

36+
tasks.withType<Jar>() {
37+
exclude("logback.xml")
38+
}
39+
3640
dependencies {
3741
compileOnly("org.slf4j:slf4j-api:$slf4jVersion")
3842
compileOnly("org.projectlombok:lombok:$lombokVersion")
@@ -49,8 +53,8 @@ subprojects {
4953

5054
repositories {
5155
mavenLocal()
52-
maven(url = "https://codecrafters.coding.net/public-artifacts/base/public/packages/")
53-
maven(url = "https://maven.proxy.ustclug.org.cn/maven2/")
56+
maven(url = "https://codecrafters.coding.net/public-artifacts/common-productions/maven-packages/packages")
57+
maven(url = "https://maven.proxy.ustclug.org/maven2/")
5458
mavenCentral()
5559
}
5660

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ springVersion=6.1.1
2727
springBootVersion=3.2.0
2828

2929
sGroupId=cn.org.codecrafters
30-
sVersion=1.3.0
30+
sVersion=1.3.1
3131
projectUrl=https://codecrafters.org.cn/JDevKit
3232
projectGithubUrl=https://github.com/CodeCraftersCN/JDevKit
3333
licenseName=The Apache License, Version 2.0

0 commit comments

Comments
 (0)