Fix wildfly port conflict (#12871)

This commit is contained in:
Lauri Tulmin 2024-12-10 19:29:42 +02:00 committed by GitHub
parent 3bd64f84c6
commit 8071be9d9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ tasks {
// needed for java 11 to avoid org.jboss.modules.ModuleNotFoundException: java.se
jvmArgs("--add-modules=java.se")
// add offset to default port values
jvmArgs("-Djboss.socket.binding.port-offset=200")
jvmArgs("-Djboss.socket.binding.port-offset=400")
// remove logback-classic from classpath
classpath = classpath.filter {