You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2021/11/30 13:01:28 UTC

[calcite] branch master updated: Exclude kotlin-stdlib from :core runtime dependencies

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new f3e2f04  Exclude kotlin-stdlib from :core runtime dependencies
f3e2f04 is described below

commit f3e2f041567e35e65464676d3171db3b5f2ddf9c
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Tue Nov 30 16:00:07 2021 +0300

    Exclude kotlin-stdlib from :core runtime dependencies
---
 gradle.properties | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gradle.properties b/gradle.properties
index 2a8e9ac..4e08f4d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -58,6 +58,10 @@ org.jetbrains.gradle.plugin.idea-ext.version=0.5
 org.nosphere.apache.rat.version=0.7.0
 org.owasp.dependencycheck.version=6.1.6
 
+# For now, we use Kotlin for tests only, so we don't want to include kotlin-stdlib dependency to the runtimeClasspath
+# See https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
+kotlin.stdlib.default.dependency=false
+
 # TODO
 # error_prone_core.version=2.3.3
 # docker-maven-plugin.version=1.2.0