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 ? 

 

0
1 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

0

Please sign in to leave a comment.