Jenkins AutoBuild test

This commit is contained in:
Paldiu 2021-02-24 10:02:20 -06:00
parent 9315a55dbc
commit 43520032de
5 changed files with 9 additions and 3 deletions

3
.gitignore vendored
View File

@ -27,3 +27,6 @@ hs_err_pid*
*.lst
*.lst
target/classes/config.yml
target/classes/plugin.yml
target/maven-archiver/pom.properties
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst

View File

@ -7,6 +7,8 @@ import io.github.paldiu.simplexcore.listener.SimplexListener;
import io.github.paldiu.simplexcore.plugin.SimplexAddon;
import io.github.paldiu.simplexcore.utils.Constants;
// This comment was added to force a test on Jenkins AutoBuild
// https://jenkins.coomware.dev/job/SimplexCore
public final class SimplexCore extends SimplexAddon<SimplexCore> {
protected static boolean debug = false;
protected static boolean suspended = false;

View File

@ -1,5 +1,5 @@
name: SimplexCore
version: 1.1.0-EDGE
version: 1.13-BLEEDING
main: io.github.paldiu.simplexcore.SimplexCore
api-version: 1.16
prefix: Simplex

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Sat Jan 30 08:40:18 CST 2021
#Wed Feb 24 09:30:49 CST 2021
groupId=io.github.paldiu.simplexcore
artifactId=SimplexCore
version=1.1.0-EDGE
version=1.13-BLEEDING

View File

@ -9,6 +9,7 @@ io\github\paldiu\simplexcore\listener\DependencyListener$1.class
io\github\paldiu\simplexcore\concurrent\SimplexTask.class
io\github\paldiu\simplexcore\potion\PotionsFactory.class
io\github\paldiu\simplexcore\plugin\SimplexAddon.class
io\github\paldiu\simplexcore\math\Pyramid.class
io\github\paldiu\simplexcore\chat\Messages.class
io\github\paldiu\simplexcore\gui\Action.class
io\github\paldiu\simplexcore\gui\GUIHandler.class