Skip to content

Commit f561950

Browse files
Comment out JDK 17 path in gradle.properties
Comment out JDK 17 path for AGP compatibility.
1 parent 523115b commit f561950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Specifies the JVM arguments used for the daemon process.
55
org.gradle.jvmargs=-Xmx4g
66
# JDK 17 path for AGP 8.1.3 compatibility
7-
org.gradle.java.home=C:/Program Files/Microsoft/jdk-17.0.18.8-hotspot
7+
# org.gradle.java.home=C:/Program Files/Microsoft/jdk-17.0.18.8-hotspot
88
#
99
# When configured, Gradle will run in incubating parallel mode.
1010
# This option should only be used with decoupled projects. More details, visit

0 commit comments

Comments
 (0)