Skip to content

Commit

Permalink
Disable code instrumentation
Browse files Browse the repository at this point in the history
We should not need it anymore now that the last forms are gone

That should shorten the compilation time by a bit!
  • Loading branch information
RedNesto committed Jul 4, 2024
1 parent ca003f9 commit f1a1e0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,11 @@ tasks.buildSearchableOptions {
// not working atm
enabled = false
}

tasks.instrumentCode {
enabled = false
}

tasks.instrumentedJar {
enabled = false
}

0 comments on commit f1a1e0a

Please sign in to comment.