Skip to content
Open
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: 1 addition & 1 deletion folia-phantom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<asm.version>9.7</asm.version>
<paper.version>1.21.1-R0.1-SNAPSHOT</paper.version>
<paper.version>26.1.2.build.74-stable</paper.version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Require JDK 25 before bumping Paper

This managed paper-api version is used by both the core and plugin modules, but Paper's setup for 26.1.2 uses a Java 25 toolchain. The repo still verifies only on Java 17/21 in .github/workflows/ci.yml (java: ['17', '21'] and mvn ... verify), so after Maven resolves this API the configured CI builds no longer have a new enough JDK. Please either keep a Java-21-compatible Paper API or update the build/CI toolchain with this bump.

Useful? React with 👍 / 👎.

<javafx.version>21.0.1</javafx.version>
</properties>

Expand Down
Loading