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
hi, i'm trying to build this plugin but i got 2 errors :
the 1st one : Build file '/opt/rundeck-rocketchat-notifier/build.gradle' line: 46 i replaced this line by :
wrapper {
but after i got the 2nd error :
Execution failed for task ':compileJava'.
i'm using ubuntu 20 openjdk-11 and gradle 7.4.2
thank you for your help
The text was updated successfully, but these errors were encountered:
As the README states, you need JDK version 8, after that build will work.
Sorry, something went wrong.
No branches or pull requests
hi,
i'm trying to build this plugin but i got 2 errors :
the 1st one : Build file '/opt/rundeck-rocketchat-notifier/build.gradle' line: 46
i replaced this line by :
wrapper {
but after i got the 2nd error :
Execution failed for task ':compileJava'.
i'm using ubuntu 20 openjdk-11 and gradle 7.4.2
thank you for your help
The text was updated successfully, but these errors were encountered: