Skip to content

Commit

Permalink
Downgrade Byte Buddy until Java 15 support is merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Dec 18, 2019
1 parent 06bee3e commit 95c7d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install JDK and build project
run: |
. ./.github/scripts/install-jdk.sh --feature ea --os linux-x64
./mvnw verify -Pjava15 -Pjava15-compatibility
./mvnw verify -Pjava14 -Pjava15-compatibility
hotspot-supported:
name: HotSpot (supported)
strategy:
Expand Down

0 comments on commit 95c7d7b

Please sign in to comment.