This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git
The following commit(s) were added to refs/heads/main by this push:
new dfd8247 Improve Gradle configuration in GitHub Actions (#113)
dfd8247 is described below
commit dfd82472e5e8b329c5864795ed52a9324662cf5c
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Dec 13 17:41:18 2022 +0200
Improve Gradle configuration in GitHub Actions (#113)
- use
https://github.com/gradle/gradle-build-action#why-use-the-gradle-build-action
which contains a GitHub Actions caching solution for Gradle.
---
.github/workflows/ci.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6182a28..908401f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,5 +46,8 @@ jobs:
distribution: 'temurin'
java-version: 11
+ - name: Setup Gradle
+ uses: gradle/gradle-build-action@v2
+
- name: Check with Gradle
run: ./gradlew rat licenseCheck javadoc check