$ gradle -v
------------------------------------------------------------
Gradle 5.2.1
------------------------------------------------------------
Build time: 2019-02-08 19:00:10 UTC
Revision: f02764e074c32ee8851a4e1877dd1fea8ffb7183
Kotlin DSL: 1.1.3
Kotlin: 1.3.20
Groovy: 2.5.4
Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM: 1.8.0_201 (Oracle Corporation 25.201-b09)
OS: Linux 4.15.0-55-generic amd64
output from -S
Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'forge']
...
Caused by: org.gradle.api.internal.tasks.DefaultTaskContainer$TaskCreationException: Could not create task ':reobf'.
...
Caused by: org.gradle.api.tasks.TaskInstantiationException: Could not create task of type 'ReobfTask'.
cloning the repo and doing
$ gradle
on the root.output from -S