From ba948bb06b47950b32a6c81be8bdf16eb05e18e5 Mon Sep 17 00:00:00 2001 From: Ronan Browne Date: Fri, 15 Dec 2023 18:24:29 +0000 Subject: [PATCH] ES-1747: further clean up --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a3b10d0770..0110ba87b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,6 @@ publicArtifactURL = https://download.corda.net/maven # dokka need more metaspace - https://github.com/Kotlin/dokka/issues/1405 org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=2g internalPluginVersion = 1.+ -artifactoryPluginVersion = 4.28.2 gradleEnterpriseVersion = 3.14.1 gradleDataPlugin = 1.8.2