Closed ogarcia closed 1 year ago
That's caused by an incompatibility between the nebula plugin and Gradle 8. The release here was build with the included gradle wrapper, which is still version 7.3.
You have these options:
id 'nebula.ospackage' version '9.1.1'
to id "com.netflix.nebula.ospackage" version "11.0.0"
I have also just pushed an commit with the version update.
And sorry for being lazy with the gradle updates. I really appreciate your work.
Thank you very much! I have opted for the first option which seemed to me the simplest and I have simply included a patch to modify the line.
Thanks again for your help :smile:
Describe the bug Arch Linux packager here. Cannot build latest release, it gives a build error in
gradle clean build
. Previous versions have been built without problems with the same command. You can see how to build it here (build function, as you can see there is nothing special about it).To Reproduce Steps to reproduce the behavior:
gradle clean build
Expected behavior That it compiles correctly
Error
Environment