Created
February 3, 2021 02:56
-
-
Save FeodorFitsner/6be290e3a753d19a7fd6b2ab33c32e41 to your computer and use it in GitHub Desktop.
Install Oracle JDK on AppVeyor macOS image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install: | |
- sh: curl -LOb "oraclelicense=a" https://download.oracle.com/otn-pub/java/jdk/15.0.2+7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_osx-x64_bin.tar.gz -o jdk-15.0.2_osx-x64_bin.tar.gz | |
- sh: tar zxf jdk-15.0.2_osx-x64_bin.tar.gz | |
- sh: ./jdk-15.0.2.jdk/Contents/Home/bin/java --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment