This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 762966c  Fix snap audit fail die to duplicate assumes
762966c is described below

commit 762966ccae98f26e6d955a4d3327d061c8755ec6
Author: Laszlo Kishalmi <laszlo.kisha...@gmail.com>
AuthorDate: Mon Sep 2 13:56:08 2024 -0700

    Fix snap audit fail die to duplicate assumes
---
 snap-packages/from-source/snapcraft-template.yaml | 4 +---
 snap-packages/from-zip/build.xml                  | 2 +-
 snap-packages/from-zip/snapcraft-template.yaml    | 4 +---
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/snap-packages/from-source/snapcraft-template.yaml 
b/snap-packages/from-source/snapcraft-template.yaml
index a89b865..fc80f3f 100644
--- a/snap-packages/from-source/snapcraft-template.yaml
+++ b/snap-packages/from-source/snapcraft-template.yaml
@@ -25,7 +25,7 @@ description: |@SNAP_DISCLAIMER@
   It is free and open source and has a large community of users and developers
   around the world.
   
-  It requires Java 8 or later Java Development Kit installed.
+  It requires Java 17 or later Java Development Kit installed.
 
 icon: snap/gui/frame512.png
 confinement: classic
@@ -33,8 +33,6 @@ grade: @SNAP_GRADE@
 base: core22
 architectures: [ amd64 ]
 compression: lzo
-assumes:
-  - command-chain
 version: "@SNAP_VERSION@"
 
 parts:
diff --git a/snap-packages/from-zip/build.xml b/snap-packages/from-zip/build.xml
index 16093e8..81de443 100644
--- a/snap-packages/from-zip/build.xml
+++ b/snap-packages/from-zip/build.xml
@@ -37,7 +37,7 @@
         
         Creating a Release:
         
-          ant -Dreleaase.version=<version> -Drelease.binary=<URL> snap-rel
+          ant -Drelease.version=<version> -Drelease.binary=<URL> snap-rel
      ]]></echo>
     </target>
 
diff --git a/snap-packages/from-zip/snapcraft-template.yaml 
b/snap-packages/from-zip/snapcraft-template.yaml
index 8a27cc7..ad007dd 100644
--- a/snap-packages/from-zip/snapcraft-template.yaml
+++ b/snap-packages/from-zip/snapcraft-template.yaml
@@ -25,7 +25,7 @@ description: |@SNAP_DISCLAIMER@
   It is free and open source and has a large community of users and developers
   around the world.
   
-  It requires Java 11 or later Java Development Kit installed.
+  It requires Java 17 or later Java Development Kit installed.
 
 icon: snap/gui/frame512.png
 confinement: classic
@@ -37,8 +37,6 @@ architectures:
   - build-on: [ amd64 ]
     build-for: [ arm64 ]
 compression: lzo
-assumes:
-  - command-chain
 
 version: "@SNAP_VERSION@"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to