Skip to content
Failed

Console Output

Started by user BerndiVader
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/MythicDenizenAddon
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/BerndiVader/MythicDenizenAddon.git
 > git init /var/lib/jenkins/workspace/MythicDenizenAddon # timeout=10
Fetching upstream changes from https://github.com/BerndiVader/MythicDenizenAddon.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/BerndiVader/MythicDenizenAddon.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/BerndiVader/MythicDenizenAddon.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 6b635cebcb1e2e9bc0499224350c07848a93ee8f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b635cebcb1e2e9bc0499224350c07848a93ee8f # timeout=10
Commit message: "to work with mm4.11.0 and denizen 1.19"
 > git rev-list --no-walk 6b635cebcb1e2e9bc0499224350c07848a93ee8f # timeout=10
[Gradle] - Launching build.
[MythicDenizenAddon] $ gradle build
Starting a Gradle Daemon (subsequent builds will be faster)
Process properties....Done!
Process resources....Done!
:clean UP-TO-DATE
:compileJavaNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

Create POM file....:compileJava FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '/var/lib/jenkins/workspace/MythicDenizenAddon/build.gradle' line: 52

* What went wrong:
Execution failed for task ':compileJava'.
> Could not find method pom() for arguments [build_1x1pe3ehmriayrst85lx8jqdd$_run_closure4$_closure9$_closure10@3b491628] on task ':compileJava' of type org.gradle.api.tasks.compile.JavaCompile.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 21s
2 actionable tasks: 1 executed, 1 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: FAILURE