Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfjkl authored Dec 9, 2024
1 parent 2bf386e commit b65d249
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ description: |
confinement: strict
grade: stable
base: core22
architectures:
- build-on: [amd64]
build-for: [amd64]

lint:
ignore:
Expand Down Expand Up @@ -43,7 +46,7 @@ parts:
maven-parameters: ["clean", "compile", "assembly:single"]
source-type: git
build-packages:
[openjdk-11-jdk, maven]
[maven,openjdk-11-jdk]
stage-packages:
- openjdk-11-jdk

Expand Down

0 comments on commit b65d249

Please sign in to comment.