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 3.7.1
3.7.1
Created 15 June 2019.
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 "3.7.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.freefair.gradle:github-plugin:3.7.1") } } apply(plugin = "io.freefair.github.package-registry-maven-publish")
- Applying plugins to all subprojects .