Skip to content

Commit 019c05b

Browse files
committed
build: suppress shared warning
1 parent ffe94c5 commit 019c05b

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
@@ -10,7 +10,7 @@ org.gradle.configuration-cache=true
1010
org.gradle.warning.mode=all
1111
org.gradle.caching=true
1212

13-
org.gradle.jvmargs = -Xmx1g -Xms256m -XX:MaxMetaspaceSize=512m \
13+
org.gradle.jvmargs =-Xshare:off -Xmx1g -Xms256m -XX:MaxMetaspaceSize=512m \
1414
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
1515
--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
1616
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \

0 commit comments

Comments
 (0)