mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
build: also patch the clean-tests for not completed win builds
This commit is contained in:
parent
443e5d3643
commit
2c41ac1f7f
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
export GRADLE_OPTS=-Dorg.gradle.daemon=false
|
||||
choco install jdk8
|
||||
export PATH=$PATH:"/c/Program Files/Java/jdk1.8.0_201/bin"
|
||||
./gradlew.bat clean
|
||||
|
Loading…
Reference in New Issue
Block a user