Skip to content

Commit

Permalink
Set --allow-releaseinfo-change (MarquezProject#2247)
Browse files Browse the repository at this point in the history
* Set `--allow-releaseinfo-change`

Signed-off-by: wslulciuc <[email protected]>

* continued: Set `--allow-releaseinfo-change`

Signed-off-by: wslulciuc <[email protected]>

* continued: Set `--allow-releaseinfo-change`

Signed-off-by: wslulciuc <[email protected]>

* Enable debug

Signed-off-by: wslulciuc <[email protected]>

* continued: Enable debug

Signed-off-by: wslulciuc <[email protected]>

* continued: Set `--allow-releaseinfo-change`

Signed-off-by: wslulciuc <[email protected]>

Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc authored Nov 15, 2022
1 parent 2253fee commit e175361
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/get-jdk17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
#
# Usage: $ ./get-jdk17.sh

set -e

wget -qO - https://adoptium.jfrog.io/adoptium/api/gpg/key/public | sudo apt-key add -
sudo add-apt-repository --yes https://adoptium.jfrog.io/adoptium/deb
sudo apt-get update && sudo apt-get install temurin-17-jdk
sudo apt-get update --allow-releaseinfo-change && sudo apt-get install --yes temurin-17-jdk
sudo update-alternatives --set java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java
sudo update-alternatives --set javac /usr/lib/jvm/temurin-17-jdk-amd64/bin/javac
java -version
Expand Down

0 comments on commit e175361

Please sign in to comment.