Skip to content

Commit

Permalink
Update jar to not include compilation results
Browse files Browse the repository at this point in the history
  • Loading branch information
Sineaggi committed Jun 5, 2024
1 parent 7913508 commit 0e2fe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ tasks {
}

named<Jar>("jvmJar") {
from(compileJava9Java) {
from(compileJava9Java.flatMap { it.destinationDirectory }) {
into("META-INF/versions/9")
}
val bndExtension = BundleTaskExtension(this)
Expand Down

0 comments on commit 0e2fe7b

Please sign in to comment.