Skip to content

Commit

Permalink
chore: update DEPENDENCIES location in build files
Browse files Browse the repository at this point in the history
  • Loading branch information
borisrizov-zf committed Jun 12, 2024
1 parent a6ceba4 commit b64cc56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{
"assets": [
"CHANGELOG.md",
"DEPENDENCIES",
"miw/DEPENDENCIES",
"gradle.properties",
"./charts/managed-identity-wallet/Chart.yaml",
"./charts/managed-identity-wallet/README.md"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk add curl

USER miw

COPY LICENSE NOTICE.md DEPENDENCIES SECURITY.md miw/build/libs/miw-latest.jar /app/
COPY LICENSE NOTICE.md miw/DEPENDENCIES SECURITY.md miw/build/libs/miw-latest.jar /app/

WORKDIR /app

Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions miw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ build {
bootJar {
metaInf {
from 'DEPENDENCIES'
from 'SECURITY.md'
from 'NOTICE.md'
from 'LICENSE'
from '../SECURITY.md'
from '../NOTICE.md'
from '../LICENSE'
}
}

Expand Down

0 comments on commit b64cc56

Please sign in to comment.