From d549f01e300fd819365431c72ff1830b667aacd3 Mon Sep 17 00:00:00 2001 From: Matthew Tamayo Date: Wed, 8 Jun 2022 01:13:10 -0700 Subject: [PATCH] use local gradles --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4eba2449..5e029430 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ ext.scmUrl = 'scm:git:https://github.com/openlattice/mechanic.git' ext.connectionUrl = 'scm:git:https://github.com/openlattice/mechanic.git' ext.developerConnectionUrl = 'scm:git:https://github.com/openlattice/mechanic.git' -apply from: "https://raw.githubusercontent.com/openlattice/openlattice/main/gradles/openlattice.gradle" +apply from: "../gradles/openlattice.gradle" def MECHANIC_ARGS = "$System.env.MECHANIC_ARGS" def MECHANIC_XMS = "$System.env.MECHANIC_XMS" @@ -113,7 +113,7 @@ sourceSets { checkstyle { toolVersion = '7.4' showViolations = false - config project.resources.text.fromUri('https://raw.githubusercontent.com/openlattice/openlattice/main/gradles/checkstyle.xml') + config project.resources.text.fromUri(rootProject.file('gradles/checkstyle.xml').toURI()) } tasks.withType(Checkstyle) {