Skip to content

Publish Plugin

ToolPublish

A publish plugin for maven dependencies.

Features

TODO

Installation

Add the following to your project root build.gradle/build.gradle.kts file:

plugins {
    id("eu.bitfunk.gradle.plugin.tool.publish")
}

Usage

TODO