diff --git a/build.gradle b/build.gradle index 736924eb12..4fb0eb23a2 100644 --- a/build.gradle +++ b/build.gradle @@ -9,6 +9,8 @@ plugins { id 'com.github.johnrengelman.shadow' version '5.2.0' id 'com.liferay.node' version '4.4.0' id 'com.github.psxpaul.execfork' version '0.1.8' + id 'com.palantir.git-version' version '0.11.0' + id 'nebula.lint' version '16.1.1' id 'com.palantir.git-version' version '0.12.3' } @@ -102,6 +104,10 @@ test { } } +gradleLint { + rules = ['unused-dependency'] +} + shadowJar { archiveName = 'RepoSense.jar' destinationDir = file("${buildDir}/jar/")