Java : add a "library" file
Answered
I'm new to Java. I created a plugin with gradle.
I want to have a class with "utils" methods", in a directory "outside" the plugin sources.
How can I achieve that ?
Please sign in to leave a comment.
If I got you right, you may specify a dependency for your plugin in build.gradle file inside the "buildSrc" directory, like here.
Anyway, it is better to ask Gradle-related questions on StackOverflow, or on Gradle's forum.