Common code for Thrive Gradle plugins.
Provides:
- tasks:
- Echo - similiar to unix
echo
command - VersionTasks - fixtures for version-related tasks
- Echo - similiar to unix
- utility classes:
Use JitPack:
repositories {
maven {
name "jitpack"
url "https://jitpack.io"
}
}
And declare a dependency on this project:
implementation "com.github.thrive-framework:thrive-plugin-common:0.1.0-SNAPSHOT"
Keep in mind, that this is written in Groovy, so if you're writing your plugin in pure Java, you'll probably want to add localGroovy()
dependency.