From 95cf204c5b893f804b535e19b161e387bbbb6ef9 Mon Sep 17 00:00:00 2001 From: "sergey.tolstyh" Date: Mon, 5 May 2025 16:07:15 +0300 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c5abc25..8bc93ff 100644 --- a/build.gradle +++ b/build.gradle @@ -8,6 +8,7 @@ plugins { id 'gradle-ncore' version("$pluginVersion") } +//apply from: "dependencies.gradle" targetCompatibility = 1.8 @@ -17,7 +18,6 @@ ncore { } -apply from: "dependencies.gradle" repositories { maven {