mirror of
https://github.com/SimplexDevelopment/SimplexCore.git
synced 2024-12-22 08:37:37 +00:00
Jenkins AutoBuild test
This commit is contained in:
parent
9315a55dbc
commit
43520032de
3
.gitignore
vendored
3
.gitignore
vendored
@ -27,3 +27,6 @@ hs_err_pid*
|
|||||||
*.lst
|
*.lst
|
||||||
*.lst
|
*.lst
|
||||||
target/classes/config.yml
|
target/classes/config.yml
|
||||||
|
target/classes/plugin.yml
|
||||||
|
target/maven-archiver/pom.properties
|
||||||
|
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
|
||||||
|
@ -7,6 +7,8 @@ import io.github.paldiu.simplexcore.listener.SimplexListener;
|
|||||||
import io.github.paldiu.simplexcore.plugin.SimplexAddon;
|
import io.github.paldiu.simplexcore.plugin.SimplexAddon;
|
||||||
import io.github.paldiu.simplexcore.utils.Constants;
|
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> {
|
public final class SimplexCore extends SimplexAddon<SimplexCore> {
|
||||||
protected static boolean debug = false;
|
protected static boolean debug = false;
|
||||||
protected static boolean suspended = false;
|
protected static boolean suspended = false;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: SimplexCore
|
name: SimplexCore
|
||||||
version: 1.1.0-EDGE
|
version: 1.13-BLEEDING
|
||||||
main: io.github.paldiu.simplexcore.SimplexCore
|
main: io.github.paldiu.simplexcore.SimplexCore
|
||||||
api-version: 1.16
|
api-version: 1.16
|
||||||
prefix: Simplex
|
prefix: Simplex
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#Generated by Maven
|
#Generated by Maven
|
||||||
#Sat Jan 30 08:40:18 CST 2021
|
#Wed Feb 24 09:30:49 CST 2021
|
||||||
groupId=io.github.paldiu.simplexcore
|
groupId=io.github.paldiu.simplexcore
|
||||||
artifactId=SimplexCore
|
artifactId=SimplexCore
|
||||||
version=1.1.0-EDGE
|
version=1.13-BLEEDING
|
||||||
|
@ -9,6 +9,7 @@ io\github\paldiu\simplexcore\listener\DependencyListener$1.class
|
|||||||
io\github\paldiu\simplexcore\concurrent\SimplexTask.class
|
io\github\paldiu\simplexcore\concurrent\SimplexTask.class
|
||||||
io\github\paldiu\simplexcore\potion\PotionsFactory.class
|
io\github\paldiu\simplexcore\potion\PotionsFactory.class
|
||||||
io\github\paldiu\simplexcore\plugin\SimplexAddon.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\chat\Messages.class
|
||||||
io\github\paldiu\simplexcore\gui\Action.class
|
io\github\paldiu\simplexcore\gui\Action.class
|
||||||
io\github\paldiu\simplexcore\gui\GUIHandler.class
|
io\github\paldiu\simplexcore\gui\GUIHandler.class
|
||||||
|
Loading…
Reference in New Issue
Block a user