mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 10:02:55 +01:00
build: fix timeout in windows due to travis
- refs: https://travis-ci.community/t/windows-build-hangs-after-done-exit-0/1439
This commit is contained in:
parent
37e700424a
commit
443e5d3643
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
export GRADLE_OPTS=-Dorg.gradle.daemon=false
|
||||
export PATH=$PATH:"/c/Program Files/Java/jdk1.8.0_201/bin"
|
||||
./gradlew.bat build shadowJar proguard
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user