Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rultor.yaml hotfixes #53

Merged
merged 2 commits into from
Jan 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ assets:
pubring.gpg: yegor256/home#assets/pubring.gpg
secring.gpg: yegor256/home#assets/secring.gpg
install: |
sudo apt install openjdk-16-jdk
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 E1DF1F24 3DD9F856
sudo apt install -y openjdk-16-jdk
ls -a /usr/lib/jvm/
sudo export JAVA_HOME=/usr/lib/jvm/openjdk-16-jdk
echo $JAVA_HOME
Expand All @@ -16,4 +17,4 @@ release:
script: |-
git commit -am "${tag}"
mv ../gradle.properties .
./gradlew build publish --info -PmvnPublicationVersion=${tag}
./gradlew build publish --info -PmvnPublicationVersion=${tag}