Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to enable Gradle Daemon again #1885

Merged
merged 6 commits into from
Mar 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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