Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
AutoReferee
Commits
2d8647c5
Unverified
Commit
2d8647c5
authored
Jul 03, 2021
by
NicolaiO
🐼
Browse files
Only use gradle to run AutoRef
parent
70f6eb1e
Changes
2
Show whitespace changes
Inline
Side-by-side
build.sh
View file @
2d8647c5
#!/usr/bin/env bash
./gradlew build
-x
test
rm
-rf
autoReferee
unzip build/distributions/autoReferee.zip
run.sh
View file @
2d8647c5
...
...
@@ -2,13 +2,4 @@
ARGS
=
"
$@
"
if
[[
!
-d
autoReferee
]]
;
then
./gradlew run
--args
=
"
${
ARGS
}
"
else
# if the font size is too small (e.g. on high resolution screens), you can add following arguments to the command below.
# 16 is the font size and can be adapted. You can also choose other font types.
# export AUTO_REFEREE_OPTS="-Dswing.plaf.metal.controlFont='sans-serif-16' -Dswing.plaf.metal.userFont='sans-serif-16'"
autoReferee/bin/autoReferee
${
ARGS
}
fi
./gradlew run
--args
=
"
${
ARGS
}
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment