diff --git a/build.gradle b/build.gradle index 54c7872..d5410e8 100644 --- a/build.gradle +++ b/build.gradle @@ -8,6 +8,8 @@ plugins { id 'gradle-ncore' version('2.0.+') } +apply from: "dependencies.gradle" + group = 'biz.redsoft.sample' targetCompatibility = 1.8