Skip to content

Fix build-time GraalVmProcessor warning#1801

Open
WouterGritter wants to merge 1 commit into
PaperMC:dev/3.0.0from
WouterGritter:fix-proxy-build-warning
Open

Fix build-time GraalVmProcessor warning#1801
WouterGritter wants to merge 1 commit into
PaperMC:dev/3.0.0from
WouterGritter:fix-proxy-build-warning

Conversation

@WouterGritter
Copy link
Copy Markdown
Contributor

Building the project shows the following warning:

> Task :velocity-proxy:compileJava
warning: The `GraalVmProcessor` annotation processor is missing the recommended `log4j.graalvm.groupId` and `log4j.graalvm.artifactId` options.
  To follow the GraalVM recommendations, please add the following options to your build tool:
    -Alog4j.graalvm.groupId=<groupId>
    -Alog4j.graalvm.artifactId=<artifactId>

This PR fixes this by adding the required options.

Comment thread proxy/build.gradle.kts
@@ -112,6 +112,15 @@ tasks {
workingDir = file("run").also(File::mkdirs)
standardInput = System.`in` // Doesn't work?
Copy link
Copy Markdown
Contributor Author

@WouterGritter WouterGritter May 21, 2026

Choose a reason for hiding this comment

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

offtop: // Doesn't work? lol

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