Java plugin is a binary plugin.
Answers
Answered by
0
There are two types of plugins in Gradle, script plugins and binary plugins. Script plugins is an additional build script that gives a declarative approach to manipulating the build. ... Binary plugins can reside with a build script, with the project hierarchy or externally in a plugin JAR.
Similar questions