Hey @coutoPL, I’ve been trying to build for 5.4.0, but I get a Gradle issue. Have you tried?
18:49:27.763 [DEBUG] [org.gradle.configuration.project.BuildScriptProcessor] Timing: Running the build script took 35.857 secs
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter]
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception.
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter]
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter] * Where:
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter] Build file '/me/elasticsearch-readonlyrest-plugin-5.x/build.gradle' line: 40
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter]
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter] A problem occurred evaluating root project 'readonlyrest'.
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter] > Failed to apply plugin [id 'carrotsearch.randomized-testing']
18:49:27.779 [ERROR] [org.gradle.BuildExceptionReporter] > Could not generate a proxy class for class com.carrotsearch.gradle.junit4.RandomizedTestingTask.
18:49:27.780 [ERROR] [org.gradle.BuildExceptionReporter]
18:49:27.780 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
18:49:27.780 [ERROR] [org.gradle.BuildExceptionReporter] Run with --stacktrace option to get the stack trace.
18:49:27.781 [LIFECYCLE] [org.gradle.BuildResultLogger]
18:49:27.781 [LIFECYCLE] [org.gradle.BuildResultLogger] BUILD FAILED
Been googling, deleted my .gradle cache and everything. No dice.
Do you have any Gradle tricks?