Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ dependencyManagement {
entry 'tomcat-embed-jasper'
entry 'tomcat-embed-logging-log4j'
}

}
}

Expand Down Expand Up @@ -424,14 +423,6 @@ task licenseFormatBuildScripts (type:nl.javadude.gradle.plugins.license.License)
}
licenseFormat.dependsOn licenseFormatBuildScripts

tomcatRun {
httpPort = 8080
httpsPort = 8443
stopPort = 8081
stopKey= 'stopKey'
enableSSL = true
}

tomcatRunWar {
httpPort = 8080
httpsPort = 8443
Expand Down