We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca7bd2 commit 4b8d596Copy full SHA for 4b8d596
2 files changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
distribution: 'zulu'
47
48
- name: Validate Gradle wrapper
49
- uses: gradle/wrapper-validation-action@v1
+ uses: gradle/actions/wrapper-validation@v4
50
51
- name: Build with Gradle
52
run: ./gradlew build
settings.gradle
@@ -17,8 +17,8 @@
17
* under the License.
18
*/
19
plugins {
20
- id 'com.gradle.develocity' version '3.18.2'
21
- id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
+ id 'com.gradle.develocity' version '4.2.2'
+ id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.4.0'
22
}
23
24
def isGithubActions = System.getenv('GITHUB_ACTIONS') != null
0 commit comments