logstash-plugins / logstash-input-file

Apache License 2.0
68 stars 101 forks source link

Update to Gradle 7.2 #305

Closed andsel closed 2 years ago

andsel commented 2 years ago

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

Author's Checklist

How to test this PR locally

Run ./gradlew clean vendor

Related issues

andsel commented 2 years ago

The RED CI happens also on master and could be resolved by #303