Skip to content

Commit

Permalink
SAMZA-1885: Enable parallel task execution for build (apache#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronlee314 authored Jun 15, 2021
1 parent 08931ce commit 1f0f8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ subprojects {
toolVersion = "$checkstyleVersion"
}

tasks.withType(ScalaCompile) {
// show compile errors in console output
logging.setLevel LogLevel.WARN
}

tasks.withType(Test) {
test {
testLogging {
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ org.gradle.jvmargs="-XX:MaxPermSize=512m"

systemProp.file.encoding=utf-8
checkstyleVersion=6.11.2

org.gradle.parallel=true

0 comments on commit 1f0f8bd

Please sign in to comment.