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
gradle-wrapper.jar
monument-all.jar
gradle build
build/libs/monument-all.jar
gradle_env/gradle/wrapper/
There's a gradle_env/gradle/wrapper/gradle-wrapper.jar file
gradle_env/gradle/wrapper/gradle-wrapper.jar
The gradle_env/gradle/wrapper/gradle-wrapper.jar file does not exist in the monument-all.jar
See the gradle shadow plugin doc https://github.com/GradleUp/shadow/blob/e538080d3a55016eaa0254053590ecbec17f6397/src/docs/configuration/dependencies/README.md?plain=1#L23-L29
The text was updated successfully, but these errors were encountered:
A fix that seems to be working for this, just for a reference: Fallen-Breath@3a1d19c
If the above fix looks good to you, I can also submit a PR
Sorry, something went wrong.
No branches or pull requests
To reproduce
gradle build
build/libs/monument-all.jar
, check what the pathgradle_env/gradle/wrapper/
containsExpected behavior
There's a
gradle_env/gradle/wrapper/gradle-wrapper.jar
fileActual behavior
The
gradle_env/gradle/wrapper/gradle-wrapper.jar
file does not exist in themonument-all.jar
Why
See the gradle shadow plugin doc https://github.com/GradleUp/shadow/blob/e538080d3a55016eaa0254053590ecbec17f6397/src/docs/configuration/dependencies/README.md?plain=1#L23-L29
The text was updated successfully, but these errors were encountered: