Skip to content

Commit

Permalink
Merge pull request #2488 from objectcomputing/bugfix-remove-deprecate…
Browse files Browse the repository at this point in the history
…d-jvm-options

Remove deprecated and no-op jvmArgs with local server
  • Loading branch information
timyates authored Jun 11, 2024
2 parents bb3d324 + 27b9689 commit adadd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ java {
targetCompatibility = JavaVersion.toVersion("21")
}

run.jvmArgs('-noverify', '-XX:TieredStopAtLevel=1', '-Dcom.sun.management.jmxremote', '-Xdebug',"-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n")
run.jvmArgs('-Dcom.sun.management.jmxremote', '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000')

0 comments on commit adadd6b

Please sign in to comment.