Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WorldGuard 6 module not building to right Java version #4214

Merged

Conversation

TPGamesNL
Copy link
Member

Description

Fixes the WorldGuard 6 module by adding this code from the main module's build.gradle:

Skript/build.gradle

Lines 14 to 16 in 6e7eca0

tasks.withType(JavaCompile).configureEach {
options.compilerArgs += ["-source", "1.8", "-target", "1.8"]
}


Target Minecraft Versions: any
Requirements: none
Related Issues: #4211

@TPGamesNL TPGamesNL added the bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. label Jul 22, 2021
@APickledWalrus APickledWalrus merged commit 41ec1eb into SkriptLang:master Aug 5, 2021
@TPGamesNL TPGamesNL deleted the fix/worldguard6-module-java-compat branch August 6, 2021 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants