compile is deprecated since Gradle 3.4, one should use implementation instead
https://docs.gradle.org/current/userguide/java_plugin.html#tab:configurations
The plugin doesn't pick up any dependencies declared for the implementation scope and consequently doesn't package them into the plugin jar.
compileis deprecated since Gradle 3.4, one should useimplementationinsteadhttps://docs.gradle.org/current/userguide/java_plugin.html#tab:configurations
The plugin doesn't pick up any dependencies declared for the
implementationscope and consequently doesn't package them into the plugin jar.