t0xa / gelfj

Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
https://github.com/t0xa/gelfj/wiki
Other
186 stars 116 forks source link

[MacOsX] compilation fails both for master and v1.1.16 on OpenJDK v.11 #127

Open overratedpro opened 5 years ago

overratedpro commented 5 years ago

Cannot build jar:

$ gradle build

FAILURE: Build failed with an exception.

* Where:
Build file '/src/java/gelfj/build.gradle' line: 15

* What went wrong:
A problem occurred evaluating root project 'gelfj'.
> Failed to apply plugin [id 'org.dm.bundle']
   > Could not find method deleteAllActions() for arguments [] on task ':jar' of type org.gradle.api.tasks.bundling.Jar.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 0s

using the Gradle version:

$ gradle --version

------------------------------------------------------------
Gradle 5.1
------------------------------------------------------------

Build time:   2019-01-02 18:57:47 UTC
Revision:     d09c2e354576ac41078c322815cc6db2b66d976e

Kotlin DSL:   1.1.0
Kotlin:       1.3.11
Groovy:       2.5.4
Ant:          Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM:          11.0.1 (Oracle Corporation 11.0.1+13)
OS:           Mac OS X 10.14 x86_64