Skip to content

Commit

Permalink
bump to work with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober committed Apr 5, 2022
1 parent 6e75615 commit 381879e
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 @@ -14,7 +14,7 @@ plugins {
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
id 'jacoco' // java code coverage plugin
id "org.sonarqube" version "3.3" // sonarqube
id "com.github.johnrengelman.shadow" version "6.1.0" // fat jar
id "com.github.johnrengelman.shadow" version "7.1.2" // fat jar
}

ext {
Expand Down

0 comments on commit 381879e

Please sign in to comment.