Hello, what is the equivalent of `apply plugin: "j...
# gradle
g
Hello, what is the equivalent of
apply plugin: "java"
or
"maven-publish"
? Also, when using `plugins {}`how does gradle know what to apply? Is there a repository somewhere of all dependencies and their Plugin main class?