From b9a5ab7c37ff4033d3468eb0695daafcbb539aa0 Mon Sep 17 00:00:00 2001 From: Peter Trifanov Date: Fri, 1 Jul 2022 14:28:30 +0300 Subject: [PATCH] gradle-plugin: make compatible with Kotlin runtime 1.5 ### What's done: * Changed dependency in diktat-gradle-plugin/pom.xml from diktat-rule sto diktat-common * Build diktat-common for languageVersion 1.6 --- diktat-common/pom.xml | 2 ++ diktat-gradle-plugin/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/diktat-common/pom.xml b/diktat-common/pom.xml index 5ccb8d80db..f56ccf63cf 100644 --- a/diktat-common/pom.xml +++ b/diktat-common/pom.xml @@ -94,6 +94,8 @@ + 1.6 + 1.6 kotlinx-serialization diff --git a/diktat-gradle-plugin/pom.xml b/diktat-gradle-plugin/pom.xml index 6d7b77119e..ce79beb071 100644 --- a/diktat-gradle-plugin/pom.xml +++ b/diktat-gradle-plugin/pom.xml @@ -26,11 +26,11 @@ org.cqfn.diktat - diktat-rules + diktat-common ${project.version} - + * * @@ -197,4 +197,4 @@ - \ No newline at end of file +