We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a71e7 commit cb8d5a6Copy full SHA for cb8d5a6
jitpack.yml
@@ -14,7 +14,7 @@ before_install:
14
- yes | android-sdk-linux/tools/bin/sdkmanager --licenses
15
- set -o pipefail
16
install:
17
- - wget https://storage.googleapis.com/golang/go1.20.linux-amd64.tar.gz
18
- - tar -C ~ -xzvf go1.20.linux-amd64.tar.gz
+ - wget https://storage.googleapis.com/golang/go1.21.linux-amd64.tar.gz
+ - tar -C ~ -xzvf go1.21.linux-amd64.tar.gz
19
- export PATH="~/go/bin:$PATH"
20
- ./gradlew build publishToMavenLocal
0 commit comments