From 5f40338764b13c9fa687efb3adb969f5bf80e04a Mon Sep 17 00:00:00 2001 From: Manik Sejwal Date: Mon, 22 Oct 2018 19:50:54 +0530 Subject: [PATCH] updated to implementation compile is obsolete so updated to implementation --- hugo-plugin/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo-plugin/build.gradle b/hugo-plugin/build.gradle index 21cb5e5..e93d62b 100644 --- a/hugo-plugin/build.gradle +++ b/hugo-plugin/build.gradle @@ -6,11 +6,11 @@ targetCompatibility = JavaVersion.VERSION_1_7 sourceCompatibility = JavaVersion.VERSION_1_7 dependencies { - compile gradleApi() - compile localGroovy() - compile 'com.android.tools.build:gradle:1.3.1' - compile 'org.aspectj:aspectjtools:1.8.6' - compile 'org.aspectj:aspectjrt:1.8.6' + implementation gradleApi() + implementation localGroovy() + implementation 'com.android.tools.build:gradle:1.3.1' + implementation 'org.aspectj:aspectjtools:1.8.6' + implementation 'org.aspectj:aspectjrt:1.8.6' } modifyPom {