Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .public-docs-excludes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Paths are relative to docs/.
agents
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ JDK 25 is the configured Gradle toolchain. The release build uses the exact
requested Oracle JDK while still allowing `JAVA_HOME` to be overridden:

```bash
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-25.0.4.jdk/Contents/Home \
JAVA_HOME=/path/to/jdk-25 \
./gradlew clean build --warning-mode all
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Never leave multiple AntiPopup builds in `plugins/`.
## Building Locally

```bash
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-25.0.4.jdk/Contents/Home \
JAVA_HOME=/path/to/jdk-25 \
./gradlew clean build --warning-mode all
```

Expand Down
2 changes: 1 addition & 1 deletion docs/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies, strict warning-free compilation, and final-JAR validation.

```bash
./gradlew verifyMaintainedPaperJar \
-PpaperJarPath=/Users/floris/Projects/Codex/servers/cache/Paper-26.2/Paper-26.2.jar
-PpaperJarPath=/absolute/path/Paper-26.2.jar
```

5. Run the strict build:
Expand Down