Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NOJIRA
adding missing application.yml to release process
  • Loading branch information
chasegawa committed Dec 12, 2022
1 parent c66d87b commit 38a3dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/build.gradle
Expand Up @@ -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"
}

Expand Down Expand Up @@ -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.