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 {