Add support for building java 15 examples
This also adds the first JDK 15 example of using records.
Bug: 169692487
Bug: 141587937
Change-Id: I3ed7800dc16b9f08510d5bd77b658d5891b98707
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..41fabcc
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,5 @@
+# Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+org.gradle.jvmargs=-Xmx2048M
\ No newline at end of file