diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-05 16:23:33 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-06 14:04:03 +0200 |
| commit | 25e2fd97409311c89030e51e1a78211d335709b9 (patch) | |
| tree | ea17b333514d6a7b69a814c40022ed13750265eb /gradle.properties | |
| parent | 50aa13c5e9943275bca3132e83b49e59f997084a (diff) | |
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.
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
