Started by GitHub push by BerndiVader
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/MythicSkript
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/MythicSkript/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/BerndiVader/MythicSkriptAddon.git # timeout=10
Fetching upstream changes from https://github.com/BerndiVader/MythicSkriptAddon.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- https://github.com/BerndiVader/MythicSkriptAddon.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 5e9ba45a84067756aec7d68d49f1fa920a97b6a0 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5e9ba45a84067756aec7d68d49f1fa920a97b6a0 # timeout=10
Commit message: "Fixed NPE in all custom mechanics."
> git rev-list --no-walk 4964f6d80a859b6dfae6b951c42b3a2bd8371147 # timeout=10
[Gradle] - Launching build.
[MythicSkript] $ /var/lib/jenkins/tools/hudson.plugins.gradle.GradleInstallation/6.9.1/bin/gradle build
Starting a Gradle Daemon (subsequent builds will be faster)
> Configure project :
Process properties....Done!
Process resources....Done!
> Task :compileJava
> Task :processResources
> Task :classes
> Task :jar
> Task :assemble
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 23s
3 actionable tasks: 3 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Finished: SUCCESS