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 1013d54 commit 8f4f110
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
jdk:
- openjdk21

before_install:
- echo $PATH
- wget https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64
- chmod +x bazelisk-linux-amd64
- mkdir /tmp/bin/
- mv bazelisk-linux-amd64 /tmp/bin/bazelisk

install:
- tools/maven/install.bash
- PATH=/tmp/bin/:$PATH tools/maven/install.bash

0 comments on commit 8f4f110

Please sign in to comment.