From a79240788e62fe3623c99aa6a75bf8d5c30d8fa0 Mon Sep 17 00:00:00 2001 From: Carter Kozak Date: Wed, 6 Feb 2019 14:50:10 -0500 Subject: [PATCH] Apply the baseline class uniqueness plugin (#228) --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 43c545180..f88d29e1c 100644 --- a/build.gradle +++ b/build.gradle @@ -63,6 +63,7 @@ allprojects { subprojects { apply plugin: 'java-library' apply plugin: 'org.inferred.processors' + apply plugin: 'com.palantir.baseline-class-uniqueness' sourceCompatibility = 1.8