From 25e2fd97409311c89030e51e1a78211d335709b9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 5 May 2021 16:23:33 +0200 Subject: build: Add support for publishing to Maven Central This change adds support for publishing OpenDC to Maven Central. This allows other people to develop with OpenDC without needing to build the entire project themselves. --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 20f4b711..f9eabb4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,6 +20,9 @@ # SOFTWARE. # +# For Dokka https://github.com/Kotlin/dokka/issues/1405 +org.gradle.jvmargs=-XX:MaxMetaspaceSize=1G + # Dependencies kotlinx-coroutines.version = 1.4.3 -- cgit v1.2.3