Skip to content

Commit

Permalink
Fix Java 16 and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge authored Mar 17, 2021
1 parent e5f4c41 commit dd160f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
{'version': '8', 'source': 'releases'},
{'version': '11', 'source': 'releases'},
{'version': '15', 'source': 'releases'},
{'version': '16', 'source': 'nightly'}
{ 'version': '16', 'source': 'nightly', 'opts': '--illegal-access=permit' } # required for kotlin on java 16
]
name: Build with Java ${{ matrix.java.version }} (OpenJDK)
steps:
Expand Down

0 comments on commit dd160f8

Please sign in to comment.