From 165a2a9ae5c8cd41b41921f07ca38378f2f38af6 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sat, 25 Jul 2020 20:14:53 +1000 Subject: [PATCH] split up in multiple (parallel) build modules --- .github/workflows/ci.yml | 6 +----- spring-boot/starter/gradlew | 0 2 files changed, 1 insertion(+), 5 deletions(-) mode change 100644 => 100755 spring-boot/starter/gradlew diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5543c82..9dde8ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,7 @@ jobs: matrix: # The MODULE environment variable is evaluated in build-all.sh to run a subset # of the builds. This way, multiple modules can be built in parallel. - module: - - module1 - - module2 - - module3 - - module4 + module: [ "module1", "module2", "module3", "module4" ] steps: diff --git a/spring-boot/starter/gradlew b/spring-boot/starter/gradlew old mode 100644 new mode 100755