Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.5.0
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | gradle/gradle-build-action | v2.3.1 | v2.5.0 |
  • Loading branch information
renovate[bot] committed Jun 29, 2023
1 parent f2d62a9 commit d0698f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
java-version: '17'

- name: Build
uses: gradle/gradle-build-action@v2.3.1
uses: gradle/gradle-build-action@v2.5.0
with:
arguments: build --stacktrace
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
java-version: '15'

- name: Build and test with Gradle
uses: gradle/gradle-build-action@v2.3.1
uses: gradle/gradle-build-action@v2.5.0
with:
arguments: -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: '15'

- name: Build and test with Gradle
uses: gradle/gradle-build-action@v2.3.1
uses: gradle/gradle-build-action@v2.5.0
with:
arguments: -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
fetch-depth: 0

- name: Build
uses: gradle/gradle-build-action@v2.3.1
uses: gradle/gradle-build-action@v2.5.0
with:
arguments: apiDump

Expand Down

0 comments on commit d0698f8

Please sign in to comment.