We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please check the User Guide before submitting "how do I do 'x'?" questions!
The args config parameter should be used along with applicationDefaultJvmArgs and be written in scriptsShadow/* scripts
args
applicationDefaultJvmArgs
scriptsShadow/*
args are not to be found in run-scripts
plugins { id 'application' id 'com.github.johnrengelman.shadow' version '8.1.1' } applicationDefaultJvmArgs = [ '-Djava.net.preferIPv4Stack=true', '-Dfile.encoding=UTF-8', // hazelcast args for Java 9+ '--add-modules', 'java.se', '--add-exports', 'java.base/jdk.internal.ref=ALL-UNNAMED', '--add-opens', 'java.base/java.lang=ALL-UNNAMED', '--add-opens', 'java.base/java.nio=ALL-UNNAMED', '--add-opens', 'java.base/sun.nio.ch=ALL-UNNAMED', '--add-opens', 'java.management/sun.management=ALL-UNNAMED', '--add-opens', 'jdk.management/com.sun.management.internal=ALL-UNNAMED' ] runShadow { args '-Dvertxweb.environment=prod', '-cluster' }
scriptsShadow.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please check the User Guide before submitting "how do I do 'x'?" questions!
Shadow Version 8.1.1
Gradle Version 8.4
Expected Behavior
The
args
config parameter should be used along withapplicationDefaultJvmArgs
and be written inscriptsShadow/*
scriptsActual Behavior
args
are not to be found in run-scriptsGradle Build Script(s)
Content of Script files
scriptsShadow.zip
The text was updated successfully, but these errors were encountered: