Skip to content

Commit 26daf01

Browse files
authored
Merge pull request #8 from project-tsurugi/migrate-maven-snapshot
build: change maven snapshot repository to central portal
2 parents 9ae5d68 + e3f4fb4 commit 26daf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/iceaxe.java-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (hasProperty('mavenLocal')) {
1515
} else {
1616
repositories {
1717
maven {
18-
url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
18+
url 'https://central.sonatype.com/repository/maven-snapshots/'
1919
content {
2020
includeGroupByRegex 'com\\.tsurugidb.*'
2121
}

0 commit comments

Comments
 (0)