Skip to content

Commit

Permalink
Remove unused RMI groovy hack (#5661)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Mar 22, 2022
1 parent cd528e9 commit 31d75ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions instrumentation/rmi/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ tasks {
withType<JavaCompile>().configureEach {
options.release.set(null as Int?)
}
withType<GroovyCompile>().configureEach {
options.release.set(null as Int?)
}
withType<Test>().configureEach {
jvmArgs("-Djava.rmi.server.hostname=127.0.0.1")

Expand Down

0 comments on commit 31d75ff

Please sign in to comment.