Skip to content
Success

Console Output

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 8878c106874e880ec134ca08d551800e3d18458e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8878c106874e880ec134ca08d551800e3d18458e # timeout=10
Commit message: "added new condition and new expressions added new event value compiled with Skript 2.8.2"
 > git rev-list --no-walk 5e9ba45a84067756aec7d68d49f1fa920a97b6a0 # 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 24s
3 actionable tasks: 3 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Finished: SUCCESS