Skip to content

Commit

Permalink
trying to get this to build on github
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 27, 2023
1 parent 4b80d51 commit ba8f53d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ plugins {

def jarVersion = "2.17.0"

def isDevLocal = System.getenv("DEV_LOCAL") == "yes"
def isRelease = System.getenv("BUILD_EVENT") == "release"
def bs = System.getenv("BRANCH_SNAPSHOT")
def snap = bs == null || bs.equals("") ? "-SNAPSHOT" : "." + bs + "-SNAPSHOT"
Expand Down Expand Up @@ -85,7 +84,7 @@ test {
maxFailures = 5
maxRetries = 5
}
maxParallelForks = isDevLocal ? Runtime.runtime.availableProcessors() : 1
maxParallelForks = Runtime.runtime.availableProcessors()
}

javadoc {
Expand Down

0 comments on commit ba8f53d

Please sign in to comment.