Skip to content

feat: add Minecraft 26.1.2 support for Spigot/Paper#20

Closed
github-actions[bot] wants to merge 11 commits into
v3.0-forkfrom
claude/minecraft-26.1.2-upgrade-6YV9K
Closed

feat: add Minecraft 26.1.2 support for Spigot/Paper#20
github-actions[bot] wants to merge 11 commits into
v3.0-forkfrom
claude/minecraft-26.1.2-upgrade-6YV9K

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 2, 2026

Summary

  • Adds bukkit-helper-26-1-2 module modeled on 1.21.11 (compiled with Java 25, requires Spigot 26.1.2-R0.1-SNAPSHOT).
  • Routes (MC: 26.*) servers to the new helper in spigot/Helper.java.
  • Wires the new module into settings.gradle and spigot/build.gradle (impl + shadowJar include).
  • ci(release): bumps to JDK 25 and adds BuildTools 26.1.2.
  • ci(auto-beta-release): on each push, computes next 26.1.2-beta. tag, builds, and publishes a GitHub Release with the spigot JAR.

Test plan

  • BuildTools resolves Spigot 26.1.2-R0.1-SNAPSHOT into the local Maven repository.
  • Gradle :spigot:build succeeds on JDK 25.
  • Auto-beta-release workflow tags 26.1.2-beta.1 and uploads the spigot jar.
  • Manual smoke test on a Paper/Spigot 26.1.2 server.

claude added 7 commits May 2, 2026 16:55
- Create bukkit-helper-26-1-2 module modeled on 1.21.11
  - BukkitVersionHelperSpigot26_1_2, MapChunkCache26_1_2, NBT
  - Reflective CraftBukkit lookup tries Paper unversioned, plus
    candidate Spigot prefixes v1_21_R8 and v26_1_R1
  - Module compiles with Java 25 (required by MC 26.1+)
- Update Helper.java to dispatch (MC: 26.*) to new helper
- Wire bukkit-helper-26-1-2 into settings.gradle and spigot/build.gradle
- ci(release): bump to JDK 25 and add BuildTools 26.1.2
- ci(auto-beta-release): on push to upgrade branch, compute next
  26.1.2-beta.<N> tag, build with BuildTools+Gradle, then create
  GitHub Release with the spigot JAR attached
- ASM 9.8 in root build.gradle so Shadow can read Java 25 bytecode.
- bukkit-helper-26-1-2:
  - declare Java 25 toolchain explicitly
  - drop :remapped-mojang classifier (MC 26.1+ ships mojang-mapped)
  - use getLightDampening() (was getLightBlock() pre-26.1)
- ci(release): install both JDK 21 (Spigot 1.21.x BuildTools, Gradle/
  Shadow runtime) and JDK 25 (BuildTools for 26.1.2 + toolchain), pass
  both to Gradle via -Porg.gradle.java.installations.paths.
Gradle 8.12 doesn't officially support JDK 25 as the Gradle runtime.
Install both JDK 21 and JDK 25, run Gradle on JDK 21, and expose JDK
25 to the new bukkit-helper-26-1-2 module via the toolchain auto-
detection paths.
Surface which Spigot version (1.21.10, 1.21.11, or 26.1.2) is failing
in BuildTools by running each in its own step with set -x and a maven
repo listing for diagnostic.
@github-actions
Copy link
Copy Markdown
Author

github-actions Bot commented May 2, 2026

Diagnostic for commit fee3d15

BuildTools 26.1.2 outcome: success
Gradle outcome: failure (rc=)

BuildTools 26.1.2 log (last 80 lines):

[INFO] 
[INFO] --- checksum:1.11:artifacts (default) @ spigot ---
[INFO] 
[INFO] --- checksum:1.11:dependencies (default) @ spigot ---
[INFO] 
[INFO] --- assembly:3.7.1:single (default) @ spigot ---
[INFO] Reading assembly descriptor: /home/runner/work/dynmap/dynmap/buildtools/Spigot/Spigot-Server/src/assembly/bootstrap.xml
[INFO] Artifact com.mojang:jtracy:pom:1.0.37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:jtracy:pom:1.0.37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:logging:pom:1.6.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:logging:pom:1.6.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:brigadier:pom:1.3.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:brigadier:pom:1.3.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:datafixerupper:pom:9.0.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:datafixerupper:pom:9.0.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:authlib:pom:7.0.62 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:authlib:pom:7.0.62 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/mojang/authlib/7.0.62/authlib-7.0.62.pom
[INFO] Artifact at.yawk.lz4:lz4-java:pom:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact at.yawk.lz4:lz4-java:pom:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/at/yawk/lz4/lz4-java/1.10.1/lz4-java-1.10.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/at/yawk/lz4/lz4-java/1.10.1/lz4-java-1.10.1.pom (0 B at 0 B/s)
[INFO] Building jar: /home/runner/work/dynmap/dynmap/buildtools/Spigot/Spigot-Server/target/spigot-26.1.2-R0.1-SNAPSHOT-bootstrap.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ spigot ---
[INFO] Installing /home/runner/work/dynmap/dynmap/buildtools/Spigot/Spigot-Server/dependency-reduced-pom.xml to /home/runner/.m2/repository/org/spigotmc/spigot/26.1.2-R0.1-SNAPSHOT/spigot-26.1.2-R0.1-SNAPSHOT.pom
[INFO] Installing /home/runner/work/dynmap/dynmap/buildtools/Spigot/Spigot-Server/target/spigot-26.1.2-R0.1-SNAPSHOT.jar to /home/runner/.m2/repository/org/spigotmc/spigot/26.1.2-R0.1-SNAPSHOT/spigot-26.1.2-R0.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Spigot-API 26.1.2-R0.1-SNAPSHOT .................... SUCCESS [ 12.190 s]
[INFO] Spigot-Parent dev-SNAPSHOT ......................... SUCCESS [  0.005 s]
[INFO] Spigot 26.1.2-R0.1-SNAPSHOT ........................ SUCCESS [ 24.043 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  36.347 s
[INFO] Finished at: 2026-05-02T17:50:51Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "remapped" could not be activated because it does not exist.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Total Time: 1 minute 57 seconds

Success! Everything completed successfully. Copying final .jar files now.
Copying spigot-26.1.2-R0.1-SNAPSHOT-bootstrap.jar to /home/runner/work/dynmap/dynmap/buildtools/spigot-26.1.2.jar
  - Saved as ./spigot-26.1.2.jar

Gradle log (last 200 lines):

:bukkit-helper-120-5:processResources (Thread[#92,Execution worker Thread 2,5,main]) started.

> Task :bukkit-helper-120-5:processResources NO-SOURCE
Skipping task ':bukkit-helper-120-5:processResources' as it has no source files and no previous output files.
Resolve mutations for :bukkit-helper-120-5:classes (Thread[#92,Execution worker Thread 2,5,main]) started.
:bukkit-helper-120-5:classes (Thread[#92,Execution worker Thread 2,5,main]) started.

> Task :bukkit-helper-120-5:classes
Skipping task ':bukkit-helper-120-5:classes' as it has no actions.
Resolve mutations for :bukkit-helper-120-5:shadowJar (Thread[#92,Execution worker Thread 2,5,main]) started.
:bukkit-helper-120-5:shadowJar (Thread[#92,Execution worker Thread 2,5,main]) started.

> Task :bukkit-helper-120-5:shadowJar
Custom actions are attached to task ':bukkit-helper-120-5:shadowJar'.
Caching disabled for task ':bukkit-helper-120-5:shadowJar' because:
  Build cache is disabled
Task ':bukkit-helper-120-5:shadowJar' is not up-to-date because:
  No history is available.
file or directory '/home/runner/work/dynmap/dynmap/bukkit-helper-120-5/build/resources/main', not found
*******************
GRADLE SHADOW STATS

Total Jars: 4 (includes project)
Total Time: 1.37s [1370ms]
Average Time/Jar: 0.3425s [342.5ms]
*******************
work action resolve bukkit-helper-120-5-3.7-beta-11-all.jar (project :bukkit-helper-120-5) (Thread[#92,Execution worker Thread 2,5,main]) started.
work action resolve bukkit-helper-120-5-3.7-beta-11-all.jar (project :bukkit-helper-120-5) (Thread[#92,Execution worker Thread 2,5,main]) started.
Resolve mutations for :bukkit-helper-121:compileJava (Thread[#92,Execution worker Thread 2,5,main]) started.
:bukkit-helper-121:compileJava (Thread[#92,Execution worker Thread 2,5,main]) started.

> Task :bukkit-helper-121:compileJava
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.pom to /home/runner/.gradle/.tmp/gradle_download4267424818954922504bin
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.pom to /home/runner/.gradle/.tmp/gradle_download12225876847531245621bin
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.jar to /home/runner/.gradle/.tmp/gradle_download266954755905005680bin
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.jar to /home/runner/.gradle/.tmp/gradle_download13733960340786045850bin
Caching disabled for task ':bukkit-helper-121:compileJava' because:
  Build cache is disabled
Task ':bukkit-helper-121:compileJava' is not up-to-date because:
  No history is available.
The input changes require a full rebuild for incremental task ':bukkit-helper-121:compileJava'.
Compilation mode: in-process compilation
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/temurin-21-jdk-amd64'.
Compiling with JDK Java compiler API.
Note: /home/runner/work/dynmap/dynmap/bukkit-helper-121/src/main/java/org/dynmap/bukkit/helper/v121/BukkitVersionHelperSpigot121.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Class dependency analysis for incremental compilation took 0.002 secs.
Created classpath snapshot for incremental compilation in 0.978 secs.
Resolve mutations for :bukkit-helper-121:processResources (Thread[#92,Execution worker Thread 2,5,main]) started.
:bukkit-helper-121:processResources (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121:processResources NO-SOURCE
Skipping task ':bukkit-helper-121:processResources' as it has no source files and no previous output files.
Resolve mutations for :bukkit-helper-121:classes (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121:classes (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121:classes
Skipping task ':bukkit-helper-121:classes' as it has no actions.
Resolve mutations for :bukkit-helper-121:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121:shadowJar
Custom actions are attached to task ':bukkit-helper-121:shadowJar'.
Caching disabled for task ':bukkit-helper-121:shadowJar' because:
  Build cache is disabled
Task ':bukkit-helper-121:shadowJar' is not up-to-date because:
  No history is available.
file or directory '/home/runner/work/dynmap/dynmap/bukkit-helper-121/build/resources/main', not found
*******************
GRADLE SHADOW STATS

Total Jars: 4 (includes project)
Total Time: 1.406s [1406ms]
Average Time/Jar: 0.3515s [351.5ms]
*******************
work action resolve bukkit-helper-121-3.7-beta-11-all.jar (project :bukkit-helper-121) (Thread[#93,Execution worker Thread 3,5,main]) started.
work action resolve bukkit-helper-121-3.7-beta-11-all.jar (project :bukkit-helper-121) (Thread[#93,Execution worker Thread 3,5,main]) started.
Resolve mutations for :bukkit-helper-121-10:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-10:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-10:compileJava
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final.pom, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final.pom]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/com/google/errorprone/error_prone_annotations/2.27.0/error_prone_annotations-2.27.0.pom, /home/runner/.m2/repository/com/google/errorprone/error_prone_annotations/2.27.0/error_prone_annotations-2.27.0.pom]
Resource missing. [HTTP HEAD: https://libraries.minecraft.net/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.pom]
Found locally available resource with matching checksum: [https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.pom, /home/runner/.m2/repository/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.pom]
Downloading https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.module to /home/runner/.gradle/.tmp/gradle_download13547758194801625830bin
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final-linux-x86_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final-linux-x86_64.jar]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final-linux-aarch_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final-linux-aarch_64.jar]
Downloading https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.jar to /home/runner/.gradle/.tmp/gradle_download2520650472269283501bin
Caching disabled for task ':bukkit-helper-121-10:compileJava' because:
  Build cache is disabled
Task ':bukkit-helper-121-10:compileJava' is not up-to-date because:
  No history is available.
The input changes require a full rebuild for incremental task ':bukkit-helper-121-10:compileJava'.
Compilation mode: in-process compilation
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/temurin-21-jdk-amd64'.
Compiling with JDK Java compiler API.
Note: /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Class dependency analysis for incremental compilation took 0.002 secs.
Created classpath snapshot for incremental compilation in 3.629 secs.
Resolve mutations for :bukkit-helper-121-10:processResources (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-10:processResources (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-10:processResources NO-SOURCE
Skipping task ':bukkit-helper-121-10:processResources' as it has no source files and no previous output files.
Resolve mutations for :bukkit-helper-121-10:classes (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-10:classes (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-10:classes
Skipping task ':bukkit-helper-121-10:classes' as it has no actions.
Resolve mutations for :bukkit-helper-121-10:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-10:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-10:shadowJar
Custom actions are attached to task ':bukkit-helper-121-10:shadowJar'.
Caching disabled for task ':bukkit-helper-121-10:shadowJar' because:
  Build cache is disabled
Task ':bukkit-helper-121-10:shadowJar' is not up-to-date because:
  No history is available.
file or directory '/home/runner/work/dynmap/dynmap/bukkit-helper-121-10/build/resources/main', not found
*******************
GRADLE SHADOW STATS

Total Jars: 4 (includes project)
Total Time: 1.357s [1357ms]
Average Time/Jar: 0.33925s [339.25ms]
*******************
work action resolve bukkit-helper-121-10-3.7-beta-11-all.jar (project :bukkit-helper-121-10) (Thread[#93,Execution worker Thread 3,5,main]) started.
work action resolve bukkit-helper-121-10-3.7-beta-11-all.jar (project :bukkit-helper-121-10) (Thread[#93,Execution worker Thread 3,5,main]) started.
Resolve mutations for :bukkit-helper-121-11:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-11:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-11:compileJava FAILED
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT.pom to /home/runner/.gradle/.tmp/gradle_download3013495280119414910bin
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.pom to /home/runner/.gradle/.tmp/gradle_download500039621844692097bin
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.pom, /home/runner/.m2/repository/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.pom]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.pom, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.pom]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar]
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT-remapped-mojang.jar]
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.jar to /home/runner/.gradle/.tmp/gradle_download1076218731089817597bin
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar]

[Incubating] Problems report is available at: file:///home/runner/work/dynmap/dynmap/build/reports/problems/problems-report.html

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':bukkit-helper-121-11:compileJava'.
> Could not resolve all files for configuration ':bukkit-helper-121-11:compileClasspath'.
   > Could not find spigot-1.21.11-R0.1-SNAPSHOT-remapped-mojang.jar (org.spigotmc:spigot:1.21.11-R0.1-SNAPSHOT).
     Searched in the following locations:
         https://repo.mikeprimm.com/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT-remapped-mojang.jar

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.12/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 2m 44s
48 actionable tasks: 48 executed

BuildTools no longer publishes the :remapped-mojang classifier; from
1.20.5 the regular Spigot server jar is already mojang-mapped. Pin
the dependency without the classifier so Gradle resolves the artifact
that BuildTools actually installs to ~/.m2.

Resolves: bukkit-helper-121-11:compileJava 'Could not find
spigot-1.21.11-R0.1-SNAPSHOT-remapped-mojang.jar'.
@github-actions
Copy link
Copy Markdown
Author

github-actions Bot commented May 2, 2026

Diagnostic for commit 246b77e

BuildTools 26.1.2 outcome: success
Gradle outcome: failure (rc=)

BuildTools 26.1.2 log (last 80 lines):

[INFO] 
[INFO] --- checksum:1.11:artifacts (default) @ spigot ---
[INFO] 
[INFO] --- checksum:1.11:dependencies (default) @ spigot ---
[INFO] 
[INFO] --- assembly:3.7.1:single (default) @ spigot ---
[INFO] Reading assembly descriptor: /home/runner/work/dynmap/dynmap/buildtools/Spigot/Spigot-Server/src/assembly/bootstrap.xml
[INFO] Artifact com.mojang:jtracy:pom:1.0.37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:jtracy:pom:1.0.37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:logging:pom:1.6.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:logging:pom:1.6.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:brigadier:pom:1.3.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:brigadier:pom:1.3.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:datafixerupper:pom:9.0.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:datafixerupper:pom:9.0.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:authlib:pom:7.0.62 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.mojang:authlib:pom:7.0.62 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/mojang/authlib/7.0.62/authlib-7.0.62.pom
[INFO] Artifact at.yawk.lz4:lz4-java:pom:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact at.yawk.lz4:lz4-java:pom:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/at/yawk/lz4/lz4-java/1.10.1/lz4-java-1.10.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/at/yawk/lz4/lz4-java/1.10.1/lz4-java-1.10.1.pom (0 B at 0 B/s)
[INFO] Building jar: /home/runner/work/dynmap/dynmap/buildtools/Spigot/Spigot-Server/target/spigot-26.1.2-R0.1-SNAPSHOT-bootstrap.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ spigot ---
[INFO] Installing /home/runner/work/dynmap/dynmap/buildtools/Spigot/Spigot-Server/dependency-reduced-pom.xml to /home/runner/.m2/repository/org/spigotmc/spigot/26.1.2-R0.1-SNAPSHOT/spigot-26.1.2-R0.1-SNAPSHOT.pom
[INFO] Installing /home/runner/work/dynmap/dynmap/buildtools/Spigot/Spigot-Server/target/spigot-26.1.2-R0.1-SNAPSHOT.jar to /home/runner/.m2/repository/org/spigotmc/spigot/26.1.2-R0.1-SNAPSHOT/spigot-26.1.2-R0.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Spigot-API 26.1.2-R0.1-SNAPSHOT .................... SUCCESS [ 12.867 s]
[INFO] Spigot-Parent dev-SNAPSHOT ......................... SUCCESS [  0.005 s]
[INFO] Spigot 26.1.2-R0.1-SNAPSHOT ........................ SUCCESS [ 22.981 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  35.951 s
[INFO] Finished at: 2026-05-02T18:03:13Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "remapped" could not be activated because it does not exist.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Total Time: 2 minutes 1 second

Success! Everything completed successfully. Copying final .jar files now.
Copying spigot-26.1.2-R0.1-SNAPSHOT-bootstrap.jar to /home/runner/work/dynmap/dynmap/buildtools/spigot-26.1.2.jar
  - Saved as ./spigot-26.1.2.jar

Gradle log (last 200 lines):

    symbol:   class LiquidBlock
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:238: error: cannot find symbol
  		Biome biome = (Biome) bb;
  		^
    symbol:   class Biome
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:238: error: cannot find symbol
  		Biome biome = (Biome) bb;
  		               ^
    symbol:   class Biome
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:245: error: cannot find symbol
  		return ((Biome)bb).getBaseTemperature();
  		         ^
    symbol:   class Biome
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:251: error: cannot find symbol
  		String vals = ((Biome)bb).climateSettings.toString();
  		                ^
    symbol:   class Biome
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:303: error: cannot find symbol
  			Iterator<Biome> iter = getBiomeIterator();
  			         ^
    symbol:   class Biome
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:305: error: cannot find symbol
  				Biome b = iter.next();
  				^
    symbol:   class Biome
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:324: error: cannot find symbol
  		ResourceLocation key = getBiomeKey((Biome)bb);
  		^
    symbol:   class ResourceLocation
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:324: error: cannot find symbol
  		ResourceLocation key = getBiomeKey((Biome)bb);
  		                                    ^
    symbol:   class Biome
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:329: error: cannot find symbol
  		ResourceLocation key = getBiomeKey((Biome)bb);
  		^
    symbol:   class ResourceLocation
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:329: error: cannot find symbol
  		ResourceLocation key = getBiomeKey((Biome)bb);
  		                                    ^
    symbol:   class Biome
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:353: error: cannot find symbol
  		return ((CraftChunk)c).getHandle(ChunkStatus.FULL).getInhabitedTime();
  		                                            ^
    symbol:   variable FULL
    location: class ChunkStatus
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:358: error: cannot find symbol
  		return ((LevelChunk)((CraftChunk)c).getHandle(ChunkStatus.FULL)).getBlockEntities();
  		         ^
    symbol:   class LevelChunk
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:358: error: cannot find symbol
  		return ((LevelChunk)((CraftChunk)c).getHandle(ChunkStatus.FULL)).getBlockEntities();
  		                                                         ^
    symbol:   variable FULL
    location: class ChunkStatus
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:363: error: cannot find symbol
  		BlockEntity blockent = (BlockEntity) te;
  		^
    symbol:   class BlockEntity
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:363: error: cannot find symbol
  		BlockEntity blockent = (BlockEntity) te;
  		                        ^
    symbol:   class BlockEntity
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:369: error: cannot find symbol
  		BlockEntity blockent = (BlockEntity) te;
  		^
    symbol:   class BlockEntity
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:369: error: cannot find symbol
  		BlockEntity blockent = (BlockEntity) te;
  		                        ^
    symbol:   class BlockEntity
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:375: error: cannot find symbol
  		BlockEntity blockent = (BlockEntity) te;
  		^
    symbol:   class BlockEntity
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:375: error: cannot find symbol
  		BlockEntity blockent = (BlockEntity) te;
  		                        ^
    symbol:   class BlockEntity
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:381: error: cannot find symbol
  		BlockEntity blockent = (BlockEntity) te;
  		^
    symbol:   class BlockEntity
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:381: error: cannot find symbol
  		BlockEntity blockent = (BlockEntity) te;
  		                        ^
    symbol:   class BlockEntity
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:388: error: cannot find symbol
  		CompoundTag rec = (CompoundTag) nbt;
  		^
    symbol:   class CompoundTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:388: error: cannot find symbol
  		CompoundTag rec = (CompoundTag) nbt;
  		                   ^
    symbol:   class CompoundTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:391: error: cannot find symbol
  		if(val instanceof ByteTag) {
  		                  ^
    symbol:   class ByteTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:392: error: cannot find symbol
  			return ((ByteTag)val).byteValue();
  			         ^
    symbol:   class ByteTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:394: error: cannot find symbol
  		else if(val instanceof ShortTag) {
  		                       ^
    symbol:   class ShortTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:395: error: cannot find symbol
  			return ((ShortTag)val).shortValue();
  			         ^
    symbol:   class ShortTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:397: error: cannot find symbol
  		else if(val instanceof IntTag) {
  		                       ^
    symbol:   class IntTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:398: error: cannot find symbol
  			return ((IntTag)val).intValue();
  			         ^
    symbol:   class IntTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:400: error: cannot find symbol
  		else if(val instanceof LongTag) {
  		                       ^
    symbol:   class LongTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:401: error: cannot find symbol
  			return ((LongTag)val).longValue();
  			         ^
    symbol:   class LongTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:403: error: cannot find symbol
  		else if(val instanceof FloatTag) {
  		                       ^
    symbol:   class FloatTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:404: error: cannot find symbol
  			return ((FloatTag)val).floatValue();
  			         ^
    symbol:   class FloatTag
    location: class BukkitVersionHelperSpigot121_10
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:406: error: cannot find symbol
  		else if(val instanceof DoubleTag) {
  		                       ^
    symbol:   class DoubleTag
    location: class BukkitVersionHelperSpigot121_10/home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/NBT.java:140: error: cannot find symbol
  			return bs.get(idx);
  			         ^
    symbol:   method get(int)
    location: variable bs of type SimpleBitStorage
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:106: error: cannot find symbol
  			biomeRegistry = MinecraftServer.getServer().registryAccess().lookup(Registries.BIOME).orElseThrow();
  			                                           ^
    symbol:   method registryAccess()
    location: class MinecraftServer
  /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java:383: error: cannot find symbol
  		return blockent.saveCustomOnly(cw.getHandle().registryAccess());
  		                                             ^
    symbol:   method registryAccess()
    location: class WorldServerNote: /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java uses or overrides a deprecated API.
  100 errors

* Try:
> Check your code and dependencies to fix the compilation error(s)
> Run with --scan to get full insights.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.12/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 2m 51s
46 actionable tasks: 46 executed

…classifier

Latest BuildTools dropped the 'remapped' Maven profile, so it no
longer publishes the :remapped-mojang classifier that
bukkit-helper-121-10/121-11 depend on. Use BuildTools webbukkit#189 (late-2025
era, the version that produced the working 1.21.11-beta.X releases)
for those two versions, and keep the latest BuildTools for 26.1.2.
@github-actions
Copy link
Copy Markdown
Author

github-actions Bot commented May 2, 2026

Diagnostic for commit f11a814

BuildTools 26.1.2 outcome: skipped
Gradle outcome: skipped (rc=)

BuildTools 26.1.2 log (last 80 lines):

(log not produced)

Gradle log (last 200 lines):

(log not produced)

- Download multiple candidate older BuildTools.jar (196..186) until one downloads.
- Each BuildTools step is now continue-on-error so one failure doesn't skip the
  rest. Each emits its own log file.
- Diagnostic PR comment now lists outcomes/rcs for every step plus tails of
  each BuildTools log and the spigot maven repo.
@github-actions
Copy link
Copy Markdown
Author

github-actions Bot commented May 2, 2026

Diagnostic for commit 1612b5e

Download BuildTools outcome: success (older build picked: 196)
BuildTools 1.21.10 outcome: success (rc=0)
BuildTools 1.21.11 outcome: failure (rc=)
BuildTools 26.1.2 outcome: success
Gradle outcome: failure (rc=)

Maven repo (org.spigotmc):

total 20
drwxr-xr-x 4 runner runner 4096 May  2 18:17 .
drwxr-xr-x 6 runner runner 4096 May  2 18:14 ..
drwxr-xr-x 2 runner runner 4096 May  2 18:14 1.21.10-R0.1-SNAPSHOT
drwxr-xr-x 2 runner runner 4096 May  2 18:17 26.1.2-R0.1-SNAPSHOT
-rw-r--r-- 1 runner runner  331 May  2 18:17 maven-metadata-local.xml
--- spigot/1.21.10-R0.1-SNAPSHOT ---
total 62064
drwxr-xr-x 2 runner runner     4096 May  2 18:14 .
drwxr-xr-x 4 runner runner     4096 May  2 18:17 ..
-rw-r--r-- 1 runner runner      309 May  2 18:14 _remote.repositories
-rw-r--r-- 1 runner runner     1162 May  2 18:14 maven-metadata-local.xml
-rw-r--r-- 1 runner runner 22488409 May  2 18:14 spigot-1.21.10-R0.1-SNAPSHOT-remapped-mojang.jar
-rw-r--r-- 1 runner runner 19603836 May  2 18:14 spigot-1.21.10-R0.1-SNAPSHOT-remapped-obf.jar
-rw-r--r-- 1 runner runner 21410239 May  2 18:14 spigot-1.21.10-R0.1-SNAPSHOT.jar
-rw-r--r-- 1 runner runner    24044 May  2 18:14 spigot-1.21.10-R0.1-SNAPSHOT.pom
--- spigot/1.21.11-R0.1-SNAPSHOT ---
ls: cannot access '/home/runner/.m2/repository/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/': No such file or directory
--- spigot/26.1.2-R0.1-SNAPSHOT ---
total 24124
drwxr-xr-x 2 runner runner     4096 May  2 18:17 .
drwxr-xr-x 4 runner runner     4096 May  2 18:17 ..
-rw-r--r-- 1 runner runner      208 May  2 18:17 _remote.repositories
-rw-r--r-- 1 runner runner      722 May  2 18:17 maven-metadata-local.xml
-rw-r--r-- 1 runner runner 24662365 May  2 18:17 spigot-26.1.2-R0.1-SNAPSHOT.jar
-rw-r--r-- 1 runner runner    20356 May  2 18:17 spigot-26.1.2-R0.1-SNAPSHOT.pom

Download log (tail 30):

2026-05-02 18:11:05 URL:https://hub.spigotmc.org/jenkins/job/BuildTools/196/artifact/target/BuildTools.jar [3450638/3450638] -> "BuildTools-196.jar" [1]

BuildTools 1.21.10 log (tail 60):

[INFO] Reactor Summary:
[INFO] 
[INFO] Spigot-API 1.21.10-R0.1-SNAPSHOT ................... SUCCESS [ 18.909 s]
[INFO] Spigot-Parent dev-SNAPSHOT ......................... SUCCESS [  0.005 s]
[INFO] Spigot 1.21.10-R0.1-SNAPSHOT ....................... SUCCESS [01:37 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:56 min
[INFO] Finished at: 2026-05-02T18:14:57Z
[INFO] ------------------------------------------------------------------------
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Total Time: 3 minutes 51 seconds

Success! Everything completed successfully. Copying final .jar files now.
Copying spigot-1.21.10-R0.1-SNAPSHOT-bootstrap.jar to /home/runner/work/dynmap/dynmap/buildtools/spigot-1.21.10.jar
  - Saved as ./spigot-1.21.10.jar
total 62064
drwxr-xr-x 2 runner runner     4096 May  2 18:14 .
drwxr-xr-x 3 runner runner     4096 May  2 18:14 ..
-rw-r--r-- 1 runner runner      309 May  2 18:14 _remote.repositories
-rw-r--r-- 1 runner runner     1162 May  2 18:14 maven-metadata-local.xml
-rw-r--r-- 1 runner runner 22488409 May  2 18:14 spigot-1.21.10-R0.1-SNAPSHOT-remapped-mojang.jar
-rw-r--r-- 1 runner runner 19603836 May  2 18:14 spigot-1.21.10-R0.1-SNAPSHOT-remapped-obf.jar
-rw-r--r-- 1 runner runner 21410239 May  2 18:14 spigot-1.21.10-R0.1-SNAPSHOT.jar
-rw-r--r-- 1 runner runner    24044 May  2 18:14 spigot-1.21.10-R0.1-SNAPSHOT.pom

BuildTools 1.21.11 log (tail 60):

[--rev, 1.21.11, --remapped]
Loading BuildTools version: git-BuildTools-c4a8e0b-196 (#196)
Java Version: Java 21
Current Path: /home/runner/work/dynmap/dynmap/buildtools
git version 2.53.0
openjdk version "21.0.10" 2026-01-20 LTS
OpenJDK Runtime Environment Temurin-21.0.10+7 (build 21.0.10+7-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.10+7 (build 21.0.10+7-LTS, mixed mode, sharing)
Attempting to build version: '1.21.11' use --rev <version> to override
Found version
{
	"name": "4598",
	"description": "Jenkins build 4598",
	"refs": {
		"BuildData": "beeae81d9ac5521b767517cee44d0c345a8be3fb",
		"Bukkit": "9daba7255f227a8f9cf3a02a3df0a2285556be58",
		"CraftBukkit": "d74c5d880bd53a6cb44e74eaa5a9167fa07a82c2",
		"Spigot": "56165cab196da9518bcb05be7183420eaf261410"
	},
	"hashes": {
		"CraftBukkit": "9b9e15435e2547080f2c89996f939258a8c4787797e8c810075721e5c416bce9",
		"Spigot": "6481503fca2838776b3da5a3f1c030e1328abc2fd77d9ea1bb4814889b540dcd"
	},
	"toolsVersion": 197,
	"javaVersions": [65, 70]
}

**** Your BuildTools is out of date and will not build the requested version. Please grab a new copy from https://www.spigotmc.org/go/buildtools-dl

BuildTools 26.1.2 log (tail 30):

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Total Time: 2 minutes 22 seconds

Success! Everything completed successfully. Copying final .jar files now.
Copying spigot-26.1.2-R0.1-SNAPSHOT-bootstrap.jar to /home/runner/work/dynmap/dynmap/buildtools/spigot-26.1.2.jar
  - Saved as ./spigot-26.1.2.jar

Gradle log (last 200 lines):

:bukkit-helper-120-5:classes (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-120-5:classes
Skipping task ':bukkit-helper-120-5:classes' as it has no actions.
Resolve mutations for :bukkit-helper-120-5:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-120-5:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-120-5:shadowJar
Custom actions are attached to task ':bukkit-helper-120-5:shadowJar'.
Caching disabled for task ':bukkit-helper-120-5:shadowJar' because:
  Build cache is disabled
Task ':bukkit-helper-120-5:shadowJar' is not up-to-date because:
  No history is available.
file or directory '/home/runner/work/dynmap/dynmap/bukkit-helper-120-5/build/resources/main', not found
*******************
GRADLE SHADOW STATS

Total Jars: 4 (includes project)
Total Time: 1.333s [1333ms]
Average Time/Jar: 0.33325s [333.25ms]
*******************
work action resolve bukkit-helper-120-5-3.7-beta-11-all.jar (project :bukkit-helper-120-5) (Thread[#93,Execution worker Thread 3,5,main]) started.
work action resolve bukkit-helper-120-5-3.7-beta-11-all.jar (project :bukkit-helper-120-5) (Thread[#93,Execution worker Thread 3,5,main]) started.
Resolve mutations for :bukkit-helper-121:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121:compileJava
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/maven-metadata.xml]
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.pom to /home/runner/.gradle/.tmp/gradle_download7124827113002730580bin
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.pom to /home/runner/.gradle/.tmp/gradle_download6320702939046568919bin
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21-R0.1-SNAPSHOT/spigot-api-1.21-R0.1-SNAPSHOT.jar to /home/runner/.gradle/.tmp/gradle_download10493936375500909822bin
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot/1.21-R0.1-SNAPSHOT/spigot-1.21-R0.1-SNAPSHOT.jar to /home/runner/.gradle/.tmp/gradle_download2347903449058374949bin
Caching disabled for task ':bukkit-helper-121:compileJava' because:
  Build cache is disabled
Task ':bukkit-helper-121:compileJava' is not up-to-date because:
  No history is available.
The input changes require a full rebuild for incremental task ':bukkit-helper-121:compileJava'.
Compilation mode: in-process compilation
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/temurin-21-jdk-amd64'.
Compiling with JDK Java compiler API.
Note: /home/runner/work/dynmap/dynmap/bukkit-helper-121/src/main/java/org/dynmap/bukkit/helper/v121/BukkitVersionHelperSpigot121.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Class dependency analysis for incremental compilation took 0.003 secs.
Created classpath snapshot for incremental compilation in 1.009 secs.
Resolve mutations for :bukkit-helper-121:processResources (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121:processResources (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121:processResources NO-SOURCE
Skipping task ':bukkit-helper-121:processResources' as it has no source files and no previous output files.
Resolve mutations for :bukkit-helper-121:classes (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121:classes (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121:classes
Skipping task ':bukkit-helper-121:classes' as it has no actions.
Resolve mutations for :bukkit-helper-121:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121:shadowJar
Custom actions are attached to task ':bukkit-helper-121:shadowJar'.
Caching disabled for task ':bukkit-helper-121:shadowJar' because:
  Build cache is disabled
Task ':bukkit-helper-121:shadowJar' is not up-to-date because:
  No history is available.
file or directory '/home/runner/work/dynmap/dynmap/bukkit-helper-121/build/resources/main', not found
*******************
GRADLE SHADOW STATS

Total Jars: 4 (includes project)
Total Time: 1.321s [1321ms]
Average Time/Jar: 0.33025s [330.25ms]
*******************
work action resolve bukkit-helper-121-3.7-beta-11-all.jar (project :bukkit-helper-121) (Thread[#93,Execution worker Thread 3,5,main]) started.
work action resolve bukkit-helper-121-3.7-beta-11-all.jar (project :bukkit-helper-121) (Thread[#93,Execution worker Thread 3,5,main]) started.
Resolve mutations for :bukkit-helper-121-10:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-10:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-10:compileJava
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final.pom, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final.pom]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/com/google/errorprone/error_prone_annotations/2.27.0/error_prone_annotations-2.27.0.pom, /home/runner/.m2/repository/com/google/errorprone/error_prone_annotations/2.27.0/error_prone_annotations-2.27.0.pom]
Resource missing. [HTTP HEAD: https://libraries.minecraft.net/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.pom]
Found locally available resource with matching checksum: [https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.pom, /home/runner/.m2/repository/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.pom]
Downloading https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.module to /home/runner/.gradle/.tmp/gradle_download15421054475604046277bin
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final-linux-x86_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final-linux-x86_64.jar]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final-linux-aarch_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final-linux-aarch_64.jar]
Downloading https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/33.4.8-jre/guava-33.4.8-jre.jar to /home/runner/.gradle/.tmp/gradle_download15288732649415103269bin
Caching disabled for task ':bukkit-helper-121-10:compileJava' because:
  Build cache is disabled
Task ':bukkit-helper-121-10:compileJava' is not up-to-date because:
  No history is available.
The input changes require a full rebuild for incremental task ':bukkit-helper-121-10:compileJava'.
Compilation mode: in-process compilation
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/usr/lib/jvm/temurin-21-jdk-amd64'.
Compiling with JDK Java compiler API.
Note: /home/runner/work/dynmap/dynmap/bukkit-helper-121-10/src/main/java/org/dynmap/bukkit/helper/v121_10/BukkitVersionHelperSpigot121_10.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Class dependency analysis for incremental compilation took 0.003 secs.
Created classpath snapshot for incremental compilation in 3.898 secs.
Resolve mutations for :bukkit-helper-121-10:processResources (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-10:processResources (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-10:processResources NO-SOURCE
Skipping task ':bukkit-helper-121-10:processResources' as it has no source files and no previous output files.
Resolve mutations for :bukkit-helper-121-10:classes (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-10:classes (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-10:classes
Skipping task ':bukkit-helper-121-10:classes' as it has no actions.
Resolve mutations for :bukkit-helper-121-10:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-10:shadowJar (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-10:shadowJar
Custom actions are attached to task ':bukkit-helper-121-10:shadowJar'.
Caching disabled for task ':bukkit-helper-121-10:shadowJar' because:
  Build cache is disabled
Task ':bukkit-helper-121-10:shadowJar' is not up-to-date because:
  No history is available.
file or directory '/home/runner/work/dynmap/dynmap/bukkit-helper-121-10/build/resources/main', not found
*******************
GRADLE SHADOW STATS

Total Jars: 4 (includes project)
Total Time: 1.366s [1366ms]
Average Time/Jar: 0.3415s [341.5ms]
*******************
work action resolve bukkit-helper-121-10-3.7-beta-11-all.jar (project :bukkit-helper-121-10) (Thread[#93,Execution worker Thread 3,5,main]) started.
work action resolve bukkit-helper-121-10-3.7-beta-11-all.jar (project :bukkit-helper-121-10) (Thread[#93,Execution worker Thread 3,5,main]) started.
Resolve mutations for :bukkit-helper-121-11:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.
:bukkit-helper-121-11:compileJava (Thread[#93,Execution worker Thread 3,5,main]) started.

> Task :bukkit-helper-121-11:compileJava
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://libraries.minecraft.net/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://repo1.maven.org/maven2/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP GET: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT.pom]
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.pom to /home/runner/.gradle/.tmp/gradle_download18187333469779650941bin
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/maven-metadata.xml]
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT.pom to /home/runner/.gradle/.tmp/gradle_download13377815470872338277bin
Downloading https://libraries.minecraft.net/at/yawk/lz4/lz4-java/1.8.1/lz4-java-1.8.1.pom to /home/runner/.gradle/.tmp/gradle_download15674125251965735860bin
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.pom, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.pom]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.pom, /home/runner/.m2/repository/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.pom]
Resource missing. [HTTP GET: https://libraries.minecraft.net/at/yawk/lz4/lz4-java/1.8.1/lz4-java-1.8.1.module]
Downloading https://libraries.minecraft.net/at/yawk/lz4/lz4-java/1.8.1/lz4-java-1.8.1.jar to /home/runner/.gradle/.tmp/gradle_download10783795089514511294bin
Resource missing. [HTTP GET: https://repo.mikeprimm.com/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT-remapped-mojang.jar]
Downloading https://repo.mikeprimm.com/org/spigotmc/spigot-api/1.21.11-R0.1-SNAPSHOT/spigot-api-1.21.11-R0.1-SNAPSHOT.jar to /home/runner/.gradle/.tmp/gradle_download9733147447544957397bin
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar]
Found locally available resource with matching checksum: [https://libraries.minecraft.net/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar, /home/runner/.m2/repository/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar]

> Task :bukkit-helper-121-11:compileJava FAILED

[Incubating] Problems report is available at: file:///home/runner/work/dynmap/dynmap/build/reports/problems/problems-report.html

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':bukkit-helper-121-11:compileJava'.
> Could not resolve all files for configuration ':bukkit-helper-121-11:compileClasspath'.
   > Could not find spigot-1.21.11-R0.1-SNAPSHOT-remapped-mojang.jar (org.spigotmc:spigot:1.21.11-R0.1-SNAPSHOT).
     Searched in the following locations:
         https://repo.mikeprimm.com/org/spigotmc/spigot/1.21.11-R0.1-SNAPSHOT/spigot-1.21.11-R0.1-SNAPSHOT-remapped-mojang.jar

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.12/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 3m 37s
48 actionable tasks: 48 executed

@shikendon shikendon closed this May 3, 2026
@shikendon shikendon reopened this May 3, 2026
BuildTools 196 (the latest with the 'remapped' Maven profile) refuses
to build 1.21.11 because that version needs toolsVersion 197+. Use the
latest BuildTools (197+) for 1.21.11, which produces a mojang-mapped
regular jar (no :remapped-mojang classifier needed). Also drop the
:remapped-mojang classifier in bukkit-helper-121-11/build.gradle.
@shikendon shikendon closed this May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants