Skip to content

Commit

Permalink
Merge pull request #274 from jcabi/use-jdk-8
Browse files Browse the repository at this point in the history
Use jdk-8 in rultor build
  • Loading branch information
andreoss authored May 20, 2021
2 parents 2c15b99 + 69b45fe commit c34bfeb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
architect:
- yegor256
- dmarkov
install:
- sudo gem install pdd -v 0.20.5
install: |-
sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
sudo gem install pdd -v 0.20.5h
assets:
secring.gpg: yegor256/home#assets/secring.gpg
settings.xml: yegor256/home#assets/jcabi/settings.xml
Expand Down Expand Up @@ -38,4 +39,4 @@ release:
mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors -Pjcabi --settings ../settings.xml
commanders:
- yegor256
- yegor256

0 comments on commit c34bfeb

Please sign in to comment.