Archived
0
This commit is contained in:
Minenash
2019-01-30 20:46:44 -05:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
--- ---
before_script: before_script:
- "build=true;for file in $(find . -name \"*.java\");do module_scan=$(grep -E \"public +(final +)?class +\\w+ +(extends +.* +)?implements +(\\w+, *)?Module\" \"$file\");if [ -z \"$module_scan\" ];then continue;fi;diff=$(git diff master \"$file\");if [ ! -z \"$diff\" ];then scanned=$(echo \"$x\" | grep \"@Version\");if [ -z \"$scanned\" ];then echo -e \"Found modified module with unchanged version number $file\";build=false;fi;fi;done;if ! $build;then echo -e \"Found one or more unchanged version numbers. Failing build.\";exit 1;fi" # - "build=true;for file in $(find . -name \"*.java\");do module_scan=$(grep -E \"public +(final +)?class +\\w+ +(extends +.* +)?implements +(\\w+, *)?Module\" \"$file\");if [ -z \"$module_scan\" ];then continue;fi;diff=$(git diff master \"$file\");if [ ! -z \"$diff\" ];then scanned=$(echo \"$x\" | grep \"@Version\");if [ -z \"$scanned\" ];then echo -e \"Found modified module with unchanged version number $file\";build=false;fi;fi;done;if ! $build;then echo -e \"Found one or more unchanged version numbers. Failing build.\";exit 1;fi"
- "if find . -name \"*.java\" | xargs grep \"System.out.print\"; then echo \"Found one or more direct prints to console. Failing build.\"; exit 1; fi;" - "if find . -name \"*.java\" | xargs grep \"System.out.print\"; then echo \"Found one or more direct prints to console. Failing build.\"; exit 1; fi;"
jdk: jdk:
- openjdk8 - openjdk8

View File

@@ -4,17 +4,17 @@ command lc {
list { list {
run list_cmd; run list_cmd;
help re-lists already scanned chunks; help Re-lists already scanned chunks.;
} }
[int:amount] { [int:amount] {
run scan_cmd amount; run scan_cmd amount;
help scans for laggy chunks; help Scans for laggy chunks.;
} }
tp [int:number] { tp [int:number] {
run tp number; run tp number;
help teleports to the specified chunk; help Teleports to the specified chunk.;
type player; type player;
} }
} }