Skip to content
Permalink
Browse files
NOJIRA
adding missing application.yml to release process
  • Loading branch information
chasegawa committed Dec 12, 2022
1 parent c66d87b commit 38a3dfea43996123399167b54449cedc4363d1b7
Showing 1 changed file with 2 additions and 1 deletion.
@@ -123,6 +123,7 @@ bootWar {
//This way, it works with both embedded and external Tomcat
into 'WEB-INF/classes/resources'
}
dependsOn 'copyApplicationYAML'
archiveName = "${baseName}-${version}.war"
}

@@ -411,4 +412,4 @@ dockerRun {
daemonize true
command '--spring.profiles.include=very-dangerous,dev', '--shibui.default-password={noop}password'
clean true
}
}

0 comments on commit 38a3dfe

Please sign in to comment.