io.freefair.github.package-registry-maven-publish
Owner: Lars Grefer
GitHub Package Registry Maven Publish Plugin
https://docs.freefair.io/gradle-plugins/8.11/reference/
Sources: https://github.com/freefair/gradle-plugins
Version 5.3.3.2
5.3.3.2
Created 06 April 2021.
GitHub Package Registry Maven Publish Plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("io.freefair.github.package-registry-maven-publish") version "5.3.3.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.freefair.gradle:github-plugin:5.3.3.2") } } apply(plugin = "io.freefair.github.package-registry-maven-publish")
- Applying plugins to all subprojects .