2
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-08-30 22:25:16 +00:00

Fix gradle build for Java 17 and 19

This commit is contained in:
Stypox
2023-04-20 11:19:21 +02:00
parent 6d98ad7abc
commit 78e1e0508e

View File

@@ -3,5 +3,5 @@ android.enableJetifier=false
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048M
org.gradle.jvmargs=-Xmx2048M --add-opens jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
systemProp.file.encoding=utf-8