File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Unreleased
2+ - Fix: update to Gradle 7 [ #305 ] ( https://github.com/logstash-plugins/logstash-input-file/pull/305 )
3+
14## 4.4.0
25 - Add support for ECS v8 [ #301 ] ( https://github.com/logstash-plugins/logstash-input-file/pull/301 )
36
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ dependencies {
3737task sourcesJar (type : Jar , dependsOn : classes) {
3838 from sourceSets. main. allSource
3939 classifier ' sources'
40- extension ' jar'
40+ archiveExtension = ' jar'
4141}
4242
4343task javadocJar (type : Jar , dependsOn : javadoc) {
4444 from javadoc. destinationDir
4545 classifier ' javadoc'
46- extension ' jar'
46+ archiveExtension = ' jar'
4747}
4848
4949task copyGemjar (type : Copy , dependsOn : sourcesJar) {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments