unable to build : compileJava error
Opened this issue · 1 comments
rimkov commented
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
etaormm commented
As the README states, you need JDK version 8, after that build will work.