Skip to content

Commit

Permalink
fix (java): Install Bazelisk on JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Dec 29, 2024
1 parent d9fcbc0 commit 8c5f3d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
jdk:
- openjdk21

before_install:
- wget https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64
- chmod +x bazelisk-linux-amd64
- sudo mv bazelisk-linux-amd64 /usr/local/bin/

install:
- tools/maven/install.bash

0 comments on commit 8c5f3d4

Please sign in to comment.