Skip to content

Commit

Permalink
Try to enable Gradle Daemon again (#1885)
Browse files Browse the repository at this point in the history
* Disable CI for Windows & JDK8

* Revert "Disable CI for Windows & JDK8"

This reverts commit c41220d.

* Try to enable daemon

* Enable retry for all flaky tests

https://docs.gradle.com/enterprise/predictive-test-selection/#flaky_test_retry

* Revert "Enable retry for all flaky tests"

This reverts commit a50e0bd.
  • Loading branch information
Goooler committed Mar 25, 2023
1 parent cb15fd0 commit 994ec5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
with:
gradle-home-cache-cleanup: true
- name: Build with release Kotlin version
run: ./gradlew build ktlintCheck --no-daemon
run: ./gradlew build ktlintCheck
- name: Build with dev Kotlin version
run: ./gradlew -PkotlinDev build ktlintCheck --no-daemon
run: ./gradlew -PkotlinDev build ktlintCheck
- name: Upload test results
uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit 994ec5c

Please sign in to comment.