use bash to execute check-generateLogic-committed

because powershell seems not to respect the exit code
moreover:
- move to own workflow as it seems to interfere with other steps
- stripIndent() needs to have the same indent as with jdk13+ no longer
  groovy's stripIndent is called but jdk's one
  => see https://issues.apache.org/jira/browse/GROOVY-9423
This commit is contained in:
Robert Stoll
2020-06-30 21:30:20 +02:00
parent 99a46185fb
commit 46e428f737
2 changed files with 9 additions and 8 deletions

View File

@@ -21,9 +21,10 @@ jobs:
- name: check generateLogic committed
run: ./gradle/scripts/check-generateLogic-committed.sh
shell: bash
- name: buildNonDeprecatedJvm
run: ./gradlew buildNonDeprecatedJvm
run: ./gradlew clean buildNonDeprecatedJvm
- name: Cache android jar
id: android-cache