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 e803082 commit cbe58d5Copy full SHA for cbe58d5
jitpack.yml
@@ -2,9 +2,11 @@ jdk:
2
- openjdk17
3
4
before_install:
5
- - sdk install java 17.0.9-open
6
- - sdk use java 17.0.9-open
+ # - sdk install java 17.0.9-open
+ # - sdk use java 17.0.9-open
7
- export CURRENT_TAG=$(git describe --tags --exact-match 2>/dev/null || echo "no-tag")
8
+ - echo $$$$$$$$$$$$$$$$$
9
+ - echo $CURRENT_TAG
10
- curl -L -o jniLibs.zip https://github.com/OpacityLabs/opacity-android/releases/download/$CURRENT_TAG/jniLibs.zip
11
- unzip jniLibs.zip
12
- mv opacity-android/OpacityCore/src/main/jniLibs OpacityCore/src/main/jniLibs
0 commit comments