Errors when building plugin!
renanr0ssi opened this issue · 1 comments
renanr0ssi commented
Hi, @JSzaszvari
I tried to build in several ways, but I'm getting some errors in the plugin build. I saw that only version 0.1 is available for download. Could you make the latest version available for download?
Example of one of the last errors:
* What went wrong:
A problem occurred evaluating root project 'rundeck-rocketchat-notifier'.
> Could not resolve all dependencies for configuration ':pluginLibs'.
> Could not find org.freemarker:freemarker:2.3.20.
Required by:
:rundeck-rocketchat-notifier:0.6
> Could not find org.json:json:20180130.
Required by:
:rundeck-rocketchat-notifier:0.6
Tks.
amirhmoradi commented
Hi @JSzaszvari
I also tried to build project but no success.
Here is what I tried:
Use docker (without build kit, as it has filesystem watch error) to load gradle
Update the build.gradle file to be gradle 7 compliant...
Building with different versions of gradle does not work either...
Please help.