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
When launching gradlew jar it gives me the following error. I have changed distributionUrl to distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip in dts-generator/gradle/wrapper/gradle-wrapper.propeties and now it works. Source: https://stackoverflow.com/questions/61289461/java-lang-noclassdeffounderror-could-not-initialize-class-org-codehaus-groovy-v
gradlew jar
distributionUrl
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When launching
gradlew jar
it gives me the following error. I have changeddistributionUrl
todistributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
in dts-generator/gradle/wrapper/gradle-wrapper.propeties and now it works.Source: https://stackoverflow.com/questions/61289461/java-lang-noclassdeffounderror-could-not-initialize-class-org-codehaus-groovy-v
The text was updated successfully, but these errors were encountered: