Skip to content

Commit

Permalink
Merge pull request #35 from jaydenchee97/feature
Browse files Browse the repository at this point in the history
update amplify.yml
  • Loading branch information
jaydenchee97 authored Aug 29, 2024
2 parents cbd06c8 + 2953315 commit 22fccee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ frontend:
else
npm install
fi
- echo "Installing Java 11"
- sudo apt-get update
- sudo apt-get install -y openjdk-11-jdk
- export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
- export PATH=$JAVA_HOME/bin:$PATH

build:
commands:
Expand Down

0 comments on commit 22fccee

Please sign in to comment.