Skip to content

Commit

Permalink
Merge pull request #427 from paulodamaso/java-8
Browse files Browse the repository at this point in the history
For #406: fix rultor integration using java 8
  • Loading branch information
paulodamaso authored Mar 12, 2020
2 parents 31fc33e + 7c31da4 commit a0136ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install: |
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
ln -s /usr/lib/jvm/java-1.8-openjdk/bin/javac /usr/bin/javac
architect:
- paulodamaso
- yegor256
Expand Down

0 comments on commit a0136ed

Please sign in to comment.