File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM techio/maven3-builder:1.3
1
+ FROM techio/maven3-builder:1.4
2
2
3
3
ENV TECHIO_RUN_DIR /project/answer
4
4
Original file line number Diff line number Diff line change 2
2
3
3
First, this runner compiles the project and generate all jars (project + dependencies).
4
4
5
- At each play, it compiles user's answer using ` javac ` and run the specified testcase using junit4.
5
+ At each play, it compiles user's answer using ` javac ` and run the specified testcase using junit4.
6
6
7
7
8
8
# How to Use
9
9
10
10
To use this runner for your project, edit the ` codingame.yml ` file and add the following lines to your project:
11
11
12
- runner: techio/java-maven3-junit4-runner:1.1.3 -java-8
12
+ runner: techio/java-maven3-junit4-runner:1.1.4 -java-8
13
13
14
14
## Example
15
15
You can’t perform that action at this time.
0 commit comments