Skip to content

Commit 4c355f2

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

microdocs-core-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
// group and version come from gradle.properties, set before the
1010
// com.maxxton.convention plugin's PublishingConfiguration reads them.
1111

12-
// Publishing (mavenJava publication + maxxton-maven-registry repository) is
12+
// Publishing (mavenJava publication + maxxton-maven-virtual repository) is
1313
// auto-configured by the com.maxxton.convention plugin once maven-publish
1414
// and java are detected - see PublishingConfiguration in maxxton-conventions.
1515

microdocs-crawler-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id "com.maxxton.convention" version "5.0.0-RC-3"
88
}
99

10-
// Publishing (mavenJava publication + maxxton-maven-registry repository) is
10+
// Publishing (mavenJava publication + maxxton-maven-virtual repository) is
1111
// auto-configured by the com.maxxton.convention plugin once maven-publish
1212
// and java are detected - see PublishingConfiguration in maxxton-conventions.
1313

0 commit comments

Comments
 (0)