Skip to content

Commit

Permalink
Misc Gradle build script cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbeth committed Jan 5, 2024
1 parent 29d1717 commit 2ee8d36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ plugins {
idea.module {
// These are not viable to index on most systems so exclude them to prevent IDE crashes
excludeDirs.add(file("libraries/boost"))
excludeDirs.add(file("libraries/llvm"))
}

project.ext.isBuildSigned = (System.getenv("CI") == "true") && (System.getenv("IS_BUILD_SIGNED") == "true")
Expand Down Expand Up @@ -120,11 +119,6 @@ android {
buildConfig true
}

/* Linting */
lint {
disable 'IconLocation'
}

/* NDK and CMake */
ndkVersion '26.1.10909125'
externalNativeBuild {
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ buildscript {

repositories {
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
}

dependencies {
Expand Down

0 comments on commit 2ee8d36

Please sign in to comment.