Skip to content

Commit

Permalink
Remove outdated kotlin compile workaround (open-telemetry#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Mar 25, 2022
1 parent 0ab2eea commit 0a7470e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED

# Workaround https://youtrack.jetbrains.com/issue/KT-47152
# We don't have enough kotlin code to care about incremental compilation anyways.
kotlin.incremental=false

0 comments on commit 0a7470e

Please sign in to comment.