Skip to content

Commit

Permalink
builds and runs the latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
gflow33 committed Dec 16, 2024
1 parent e2f1b97 commit 3826023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parts:
build-packages:
- openjdk-21-jdk-headless
source: https://github.com/hyperledger/besu.git
source-tag: 24.12.1
source-tag: 24.12.2
source-depth: 1
stage-packages:
- openjdk-21-jre-headless
Expand All @@ -37,7 +37,7 @@ parts:

override-pull: |
craftctl default
craftctl set version="24.12.1-$(git rev-parse --short HEAD)"
craftctl set version="24.12.2-$(git rev-parse --short HEAD)"
override-build: |
echo "BEGIN BUILD OF BESU - gradlew"
Expand Down

0 comments on commit 3826023

Please sign in to comment.