Skip to content

Commit 9a3f228

Browse files
committed
Snapcraft.yaml updates for launchpad
1 parent 572c272 commit 9a3f228

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.idea/jarRepositories.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snap/snapcraft.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,10 @@ parts:
5656
- maven
5757
- openjdk-11-jdk-headless
5858

59-
override-build: |
60-
# Install the bundled library JAR to Maven's local repository
61-
mvn org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file -Dfile=libs/library.jar -DgroupId=org.fross -DartifactId=library -Dversion=2024.01.22 -Dpackaging=jar
62-
63-
# Continue with normal build
64-
craftctl default
65-
6659
stage-packages:
6760
- openjdk-11-jre-headless
6861

69-
70-
# Bypass a build issue where an absolute reference is made to a file outside of the snap filesystem
62+
# Bypass a build issue where an absolute reference is made to a file outside of the snap filesystem
7163
# Ref: https://forum.snapcraft.io/t/resolve-package-contains-external-symlinks-error-when-trying-to-snap/2963/23
7264
override-prime: |
7365
craftctl default

0 commit comments

Comments
 (0)