Skip to content

Commit 6ffa32a

Browse files
committed
Remove deprecated option from jvm
1 parent a908dc8 commit 6ffa32a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

anychart/build.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
plugins {
2-
id 'com.android.library'
3-
id 'maven-publish'
4-
}
1+
apply plugin: 'com.android.library'
2+
apply plugin: 'maven-publish'
53

64
android {
75
compileSdk 33

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# The setting is particularly useful for tweaking memory settings.
1212

1313
org.gradle.daemon=true
14-
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14+
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
1515
org.gradle.parallel=true
1616
org.gradle.configureondemand=true
1717
android.useAndroidX=true

0 commit comments

Comments
 (0)