Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Jul 26, 2021
1 parent 4698692 commit f0ff4e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ dependencies {
embed 'org.cadixdev:lorenz:0.5.7'
}

java.toolchain.languageVersion = JavaLanguageVersion.of(16)

jar {
from(configurations.embed.collect { it.isDirectory() ? it : zipTree(it) })
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}

publishing {
Expand Down

0 comments on commit f0ff4e0

Please sign in to comment.