Skip to content

Commit 4884cdd

Browse files
committed
MXTS-77488: build microdocs on gradle 9.6.1 / jdk 25 and cut 5.0.0
1 parent d7ba49a commit 4884cdd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

microdocs-core-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
repositories {
1717
mavenCentral()
1818
maven {
19-
url "artifactregistry://europe-maven.pkg.dev/dynamic-concept-192711/maxxton-maven-registry"
19+
url "artifactregistry://europe-maven.pkg.dev/dynamic-concept-192711/maxxton-maven-virtual"
2020
}
2121
}
2222

microdocs-crawler-gradle/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ plugins {
1212
// and java are detected - see PublishingConfiguration in maxxton-conventions.
1313

1414
repositories {
15-
mavenLocal()
1615
mavenCentral()
1716
maven {
18-
url "artifactregistry://europe-maven.pkg.dev/dynamic-concept-192711/maxxton-maven-registry"
17+
url "artifactregistry://europe-maven.pkg.dev/dynamic-concept-192711/maxxton-maven-virtual"
1918
}
2019
}
2120

0 commit comments

Comments
 (0)