From 38a3dfea43996123399167b54449cedc4363d1b7 Mon Sep 17 00:00:00 2001 From: chasegawa Date: Mon, 12 Dec 2022 12:14:20 -0700 Subject: [PATCH] NOJIRA adding missing application.yml to release process --- backend/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 15a841f2f..5381c9222 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -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 -} +} \ No newline at end of file