Skip to content

Commit aa4f6db

Browse files
Merge pull request #27 from MaxxtonGroup/fix/doclet-repo-order-and-readme-jdk
Address Copilot review follow-ups from #26
2 parents 625b1b6 + d060051 commit aa4f6db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Artifacts publish to Maxxton's internal Maven registry, not Maven Central - no G
88

99
`microdocs-crawler-gradle` and `microdocs-core-java` use the `com.maxxton.convention` plugin, which configures the publication and registry automatically. `microdocs-crawler-doclet` never publishes its own artifact - only its fat jar is bundled into `microdocs-crawler-gradle`'s published jar.
1010

11+
Released versions are immutable in Artifact Registry: republishing a version that already exists fails with `400 Bad Request`. Bump the version rather than republishing.
12+
1113
To publish a new version:
1214
1. Bump `version` in `gradle.properties` for whichever module(s) changed.
1315
2. Run:
@@ -16,5 +18,4 @@ $ ./publish.sh
1618
```
1719

1820
### Java 8
19-
Checkout the java8 branch for a Java 8 compatible version. The master branch is based on Java 21.
20-
21+
Checkout the java8 branch for a Java 8 compatible version. The master branch is based on Java 25.

microdocs-crawler-doclet/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ apply plugin: 'base'
55

66
repositories {
77
mavenCentral()
8-
mavenLocal()
98
maven {
109
url "artifactregistry://europe-maven.pkg.dev/dynamic-concept-192711/maxxton-maven-virtual"
1110
}

0 commit comments

Comments
 (0)