From 596c8c086cbb5ca634a3a2b1adf7e145c5adaad7 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 11 Oct 2017 12:09:30 +0300 Subject: [PATCH] [build] projet-report plugin added for maintenence needs e.g. ./gradlew htmlDependencyReport gitves nice reports of dependencies and helps in compiler update --- backend.native/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/backend.native/build.gradle b/backend.native/build.gradle index 9c7e62de817..fcc13652301 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -16,6 +16,7 @@ buildscript { apply from: "$rootDir/gradle/kotlinGradlePlugin.gradle" + apply plugin: 'project-report' repositories { mavenCentral()