Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2 to 3 (#23)
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2...v3)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 6b03f1e commit 6908fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java-version: ${{ matrix.jdk-version }}
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: build
- uses: codecov/codecov-action@v3
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: build

# The publishToSonatype task and the repository release need to be in the same Gradle call
# so that the closeAndRelease task knows which staging repository was created by publishToSonatype
- name: Build and publish to OSS Sonatype and then Maven Central
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
env:
# GPG keys for signing plugin (sign maven artifacts)
# see https://docs.gradle.org/current/userguide/signing_plugin.html#sec:in-memory-keys
Expand Down

0 comments on commit 6908fd9

Please sign in to comment.