Skip to content

Commit

Permalink
Revert "Change EMM local port."
Browse files Browse the repository at this point in the history
This reverts commit bf1a605.
  • Loading branch information
jannistsiroyannis committed Nov 25, 2024
1 parent bf1a605 commit 7e43ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ task(appRun, dependsOn: "classes", type: JavaExec) {
systemProperties(
'xl.secret.properties': System.getProperty("xl.secret.properties"),
'xl.logRoot': System.getProperty("xl.logRoot", "./logs"),
'xl.http.port': System.getProperty("xl.http.port", "8185")
'xl.http.port': System.getProperty("xl.http.port", "8182")
)
args(System.getProperty("args", "").split() as String[])

Expand Down

0 comments on commit 7e43ac1

Please sign in to comment.