Skip to content

Commit

Permalink
Merge pull request #171 from openlattice/feature/use-local-gradles
Browse files Browse the repository at this point in the history
use local gradles
  • Loading branch information
geekbeast authored Jun 8, 2022
2 parents 4081d18 + d549f01 commit a39fdaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit a39fdaf

Please sign in to comment.