Skip to content

Commit

Permalink
Merge pull request #99 from tobiasdiez/patch-2
Browse files Browse the repository at this point in the history
Upgrade ASM to 7.2 in order to support Java 13
  • Loading branch information
siordache authored Nov 10, 2019
2 parents 2f8d8fa + a07ebab commit f6d3cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ext.badassJlinkPluginTag = Boolean.valueOf(badassJlinkPluginReleaseBuild) ? "v$e
group = 'org.beryx'
version = badassJlinkPluginVersion

ext.asmVersion = '7.0'
ext.asmVersion = '7.2'

repositories {
jcenter()
Expand Down

0 comments on commit f6d3cc5

Please sign in to comment.