Skip to content

thrive-framework/thrive-plugin-common

Repository files navigation

thrive-plugin-common

Common code for Thrive Gradle plugins.

Provides:

  • tasks:
    • Echo - similiar to unix echo command
    • VersionTasks - fixtures for version-related tasks
  • utility classes:
    • Gradle - for asserting current Gradle distribution
    • Projects - for manipulating and inspecting projects

Get it

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.

About

Common tasks, utility methods, etc for Gradle plugins

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published