Skip to content

Commit

Permalink
feat: build with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jul 6, 2024
1 parent 533988b commit a60eb48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ project.ext.buildConfig = [
apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()

shadowJar {
exclude 'META-INF/versions/17/**'
exclude 'META-INF/versions/21/**'
}

Expand Down

0 comments on commit a60eb48

Please sign in to comment.