Skip to content

Commit 6e1a8d6

Browse files
committed
jcenter instead of maven central
1 parent f64f426 commit 6e1a8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ group = "org.openrewrite.plan"
3737
description = "Eliminate legacy Spring patterns. Automatically."
3838

3939
repositories {
40-
mavenCentral()
40+
jcenter()
4141
}
4242

4343
configurations.all {

0 commit comments

Comments
 (0)