Skip to content

Commit

Permalink
fix classname
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Nov 11, 2021
1 parent 0e64feb commit 04ee4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/initializr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
JAVA_OPTS: "-Xms512m -Xmx6048m -Xss128m -XX:ReservedCodeCacheSize=512m -server -XX:+UseG1GC"
GRADLE_OPTS: "-Xms512m -Xmx6048m -Xss128m -XX:ReservedCodeCacheSize=512m -server -XX:+UseG1GC"
TERM: xterm-256color
JDK_CURRENT: 11.0.11
JDK_CURRENT: 11.0.13
HELM_CURRENT: v3.6.3
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PWD: ${{ secrets.DOCKER_PWD }}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/common/gradle/build.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ springBoot {
{{/configServer}}

{{#managementServer}}
{{mainClass}} = "org.apereo.cas.mgmt.web.CasManagementWebApplication"
mainClassName = "org.apereo.cas.mgmt.web.CasManagementWebApplication"
{{/managementServer}}

{{#discoveryServer}}
Expand Down

0 comments on commit 04ee4d9

Please sign in to comment.