Skip to content

Commit 8071be9

Browse files
authored
Fix wildfly port conflict (#12871)
1 parent 3bd64f8 commit 8071be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-wildfly-testing/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tasks {
6262
// needed for java 11 to avoid org.jboss.modules.ModuleNotFoundException: java.se
6363
jvmArgs("--add-modules=java.se")
6464
// add offset to default port values
65-
jvmArgs("-Djboss.socket.binding.port-offset=200")
65+
jvmArgs("-Djboss.socket.binding.port-offset=400")
6666

6767
// remove logback-classic from classpath
6868
classpath = classpath.filter {

0 commit comments

Comments
 (0)