never mind I found out that the ``` plugins { ...
# gradle
f
never mind I found out that the
Copy code
plugins {
    java
}
seems to be mandatory
r
The java plugin provides the whole java build chain for tokenizing, generating jars, etc