Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Created February 3, 2021 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FeodorFitsner/6be290e3a753d19a7fd6b2ab33c32e41 to your computer and use it in GitHub Desktop.
Save FeodorFitsner/6be290e3a753d19a7fd6b2ab33c32e41 to your computer and use it in GitHub Desktop.
Install Oracle JDK on AppVeyor macOS image
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