File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ springVersion=6.1.1
2727springBootVersion =3.2.0
2828
2929sGroupId =cn.org.codecrafters
30- sVersion =1.3.0
30+ sVersion =1.3.1
3131projectUrl =https://codecrafters.org.cn/JDevKit
3232projectGithubUrl =https://github.com/CodeCraftersCN/JDevKit
3333licenseName =The Apache License, Version 2.0
You can’t perform that action at this time.
0 commit comments