Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit bf20110

Browse files
committed
chore: updated wrapper, and build publishing libs
1 parent 2559110 commit bf20110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ test {
7878
exclude '**/integration/**'
7979
exclude '**/samples/**'
8080
exclude '**/*Sample*'
81-
maxParallelForks = 4
81+
maxParallelForks = Runtime.runtime.availableProcessors()
8282
}
8383

8484

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Jan 07 08:47:05 UTC 2016
1+
#Mon Feb 01 01:07:30 PST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)