Korekto grader & exercise about loading files in Java.
Exercise subject: here
You will need these 2 env vars:
GH_LOGIN
your GitHub loginGH_TOKEN
a Personal Access Token with permissionsrepo:read
anduser:read
git clone [email protected]:lernejo/korekto-load-file-grader.git
mvn compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"
After cloning the project, open it in with IntelliJ.
Then create a new Application configuration
- launching the class
com.github.lernejo.korekto.toolkit.launcher.GradingJobLauncher
- with program arguments:
-s=$GH_LOGIN
- with VM options:
-Dgithub_token="$GH_TOKEN