Closed andsel closed 3 years ago
Update build infrastructure to Gradle 7.2
Update the Gradle wrapper used to version 7.2 and fixed build.gradle script.
build.gradle
Developers can use JDK >= 17 to build the plugin
Run ./gradlew clean vendor
./gradlew clean vendor
Release notes
Update build infrastructure to Gradle 7.2
What does this PR do?
Update the Gradle wrapper used to version 7.2 and fixed
build.gradle
script.Why is it important/What is the impact to the user?
Developers can use JDK >= 17 to build the plugin
Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration files (and/or docker env variables)I have added tests that prove my fix is effective or that my feature worksAuthor's Checklist
How to test this PR locally
Run
./gradlew clean vendor
Related issues