Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 420 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 420 Bytes

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