We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd64f8 commit 8071be9Copy full SHA for 8071be9
instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-wildfly-testing/build.gradle.kts
@@ -62,7 +62,7 @@ tasks {
62
// needed for java 11 to avoid org.jboss.modules.ModuleNotFoundException: java.se
63
jvmArgs("--add-modules=java.se")
64
// add offset to default port values
65
- jvmArgs("-Djboss.socket.binding.port-offset=200")
+ jvmArgs("-Djboss.socket.binding.port-offset=400")
66
67
// remove logback-classic from classpath
68
classpath = classpath.filter {
0 commit comments