Skip to content

Commit

Permalink
More aliases for node.js with version
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Oct 21, 2024
1 parent 5b39562 commit 341ae63
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 38 deletions.
8 changes: 4 additions & 4 deletions contrib/lima/cdxgen-opensuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ containerd:
system: false
user: true
env:
MAVEN_VERSION: 3.9.8
MAVEN_VERSION: 3.9.9
SBT_VERSION: 1.10.1
GRADLE_VERSION: 8.8
GRADLE_VERSION: 8.10
MAVEN_HOME: /.sdkman/candidates/maven/current
MAVEN_CMD: /.sdkman/candidates/maven/current/bin/mvn
GRADLE_HOME: /.sdkman/candidates/gradle/current
Expand Down Expand Up @@ -48,9 +48,9 @@ provision:
script: |
#!/bin/bash
set -e -o pipefail
export MAVEN_VERSION=3.9.8
export MAVEN_VERSION=3.9.9
export SBT_VERSION=1.10.1
export GRADLE_VERSION=8.8
export GRADLE_VERSION=8.10
export MAVEN_HOME="/.sdkman/candidates/maven/${MAVEN_VERSION}"
export GRADLE_HOME="/.sdkman/candidates/gradle/${GRADLE_VERSION}"
export SBT_HOME="/.sdkman/candidates/sbt/${SBT_VERSION}"
Expand Down
Loading

0 comments on commit 341ae63

Please sign in to comment.