Update Gradle Wrapper #1793
update-gradle-wrapper.yml
on: schedule
update-gradle-wrapper
2m 24s
Annotations
1 error
|
update-gradle-wrapper
❌ startup failed:
/home/runner/work/testcontainers-java/testcontainers-java/buildSrc/src/main/groovy/org/testcontainers/build/ComparePOMWithLatestReleasedTask.groovy: 14: unable to resolve class XmlSlurper
@ line 14, column 24.
def rootNode = new XmlSlurper().parse(project.tasks.generatePomFileForMavenJavaPublication.destination)
^
/home/runner/work/testcontainers-java/testcontainers-java/buildSrc/src/main/groovy/org/testcontainers/build/ComparePOMWithLatestReleasedTask.groovy: 18: unable to resolve class XmlSlurper
@ line 18, column 29.
def latestRelease = new XmlSlurper()
^
/home/runner/work/testcontainers-java/testcontainers-java/buildSrc/src/main/groovy/org/testcontainers/build/ComparePOMWithLatestReleasedTask.groovy: 22: unable to resolve class XmlSlurper
@ line 22, column 32.
def releasedRootNode = new XmlSlurper()
^
3 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':testcontainers-java:buildSrc:compileGroovy'.
> Compilation failed; see the compiler error output for details.
BUILD FAILED in 27s
|