mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
build: update jdk path for windows
- need an automated solution for this
This commit is contained in:
parent
cc194daf83
commit
813cd911f2
@ -2,7 +2,7 @@
|
||||
|
||||
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"
|
||||
export PATH=$PATH:"/c/Program Files/Java/jdk1.8.0_211/bin"
|
||||
./gradlew.bat build shadowJar proguard
|
||||
else
|
||||
./gradlew build shadowJar proguard
|
||||
|
Loading…
x
Reference in New Issue
Block a user