Started by user 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 cfd16f793864cf5fa59cf351bbc3b80cc4cc8079 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f cfd16f793864cf5fa59cf351bbc3b80cc4cc8079 # timeout=10
Commit message: "cleanup and fixed some issues to work with sk 2.8.0"
> git rev-list --no-walk cfd16f793864cf5fa59cf351bbc3b80cc4cc8079 # 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 :clean UP-TO-DATE
> Task :compileJava
Create POM file....Done!
> 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 27s
4 actionable tasks: 3 executed, 1 up-to-date
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Finished: SUCCESS