-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gradle/gradle-build-action from 2.11.0 to 2.11.1 (#178)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.11.0...v2.11.1) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
297a3b9
commit 35ba663
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- name: git clone | ||
uses: actions/checkout@v4 | ||
- name: Setup Gradle | ||
uses: gradle/[email protected].0 | ||
uses: gradle/[email protected].1 | ||
- name: Write version data | ||
id: write-versions | ||
run: "./gradlew :plugin:writeVersions" | ||
|
@@ -40,6 +40,6 @@ jobs: | |
distribution: 'zulu' | ||
java-version: 11 | ||
- name: Setup Gradle | ||
uses: gradle/[email protected].0 | ||
uses: gradle/[email protected].1 | ||
- name: "Test Gradle ${{ matrix.version }}" | ||
run: "./gradlew :plugin:compatTest${{ matrix.version }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ jobs: | |
distribution: 'zulu' | ||
java-version: 11 | ||
- name: Setup Gradle | ||
uses: gradle/[email protected].0 | ||
uses: gradle/[email protected].1 | ||
- name: Check Docs | ||
run: "./gradlew :documentation:check" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
distribution: 'zulu' | ||
java-version: 11 | ||
- name: Setup Gradle | ||
uses: gradle/[email protected].0 | ||
uses: gradle/[email protected].1 | ||
- name: Produce plugin | ||
run: "./gradlew :gradle-producer-build:publishToMavenLocal" | ||
- name: "Consume plugin" | ||
|