generated from mingliqiye/lib-tem
build: 添加 Maven 中央仓库- 在 build.gradle.kts 文件中添加了 mavenCentral() 仓库
All checks were successful
Gitea Actions Build / Build (push) Successful in 49s
All checks were successful
Gitea Actions Build / Build (push) Successful in 49s
- 这个修改确保了项目可以访问 Maven 中央仓库,以获取所需的依赖项
This commit is contained in:
parent
fb66765fd3
commit
f2f989b7a3
@ -59,6 +59,10 @@ tasks.withType<Javadoc> {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
|
Loading…
x
Reference in New Issue
Block a user