Downgrade CI JDK to 15 for compatibility

This commit is contained in:
Gabriel Tofvesson 2021-05-20 00:45:41 +02:00
parent 318fe7f052
commit 0a124dc16a

View File

@ -28,7 +28,7 @@ jobs:
uses: actions/setup-java@v2.0.0
with:
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
java-version: '16'
java-version: '15'
# Java distribution. See the list of supported distributions in README file
distribution: 'adopt'