Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 5b68ba0

Browse files
committed
Fix Prepare release: remove jcenter() from build
1 parent 0bd8180 commit 5b68ba0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildscript {
1818
repositories {
19-
jcenter()
19+
mavenCentral()
2020
maven { url "https://repo.spring.io/plugins-release" }
2121
}
2222
dependencies {
@@ -68,7 +68,6 @@ configure(allprojects) { project ->
6868

6969
repositories {
7070
mavenCentral()
71-
jcenter()
7271
maven { url 'https://repo.spring.io/snapshot' }
7372
}
7473

0 commit comments

Comments
 (0)