From 96b64b9180793994b82b553e9a3fea7043e84cba Mon Sep 17 00:00:00 2001 From: boomboompower Date: Tue, 22 Dec 2020 15:56:05 +1100 Subject: [PATCH] Update build.gradle --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1a8cf83..756199a 100644 --- a/build.gradle +++ b/build.gradle @@ -130,14 +130,13 @@ sourceSets { //noinspection GroovyAssignabilityCheck main { // Hidden dev environment variables and credentials - // Not for public consumption. java { exclude '**/priv' } } } -// Makes the "compile" configuration extend from the compile +// Makes the "compile" configuration extend from the provided // configuration (this makes it inherit similar build properties) configurations { provided