Skip to content

Commit 4b8d596

Browse files
committed
Use wrapper validation v4
1 parent 2ca7bd2 commit 4b8d596

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
distribution: 'zulu'
4747

4848
- name: Validate Gradle wrapper
49-
uses: gradle/wrapper-validation-action@v1
49+
uses: gradle/actions/wrapper-validation@v4
5050

5151
- name: Build with Gradle
5252
run: ./gradlew build

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* under the License.
1818
*/
1919
plugins {
20-
id 'com.gradle.develocity' version '3.18.2'
21-
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
20+
id 'com.gradle.develocity' version '4.2.2'
21+
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.4.0'
2222
}
2323

2424
def isGithubActions = System.getenv('GITHUB_ACTIONS') != null

0 commit comments

Comments
 (0)