Skip to content

Create releases in git, nexus, and github; driven by project properties

Notifications You must be signed in to change notification settings

trevorism/gradle-release-plugin

Repository files navigation

gradle-release-plugin

Build GitHub last commit GitHub language count GitHub top language

This plugin publishes the default software component to github packages.

Current Version

Usage

buildscript {
    repositories {
        mavenCentral()
        maven {
            url uri("https://maven.pkg.github.com/trevorism/gradle-release-plugin")
            credentials {
                username = findProperty("github.user") ?: System.getenv("GITHUB_ACTOR")
                password = findProperty("github.token") ?: System.getenv("GITHUB_TOKEN")
            }
        }
    }
    dependencies {
        classpath 'com.trevorism:gradle-release-plugin:0.7.0'
    }
}

apply plugin: "com.trevorism.gradle.release"

The github username and PAT should be supplied as credentials.

About

About me -- https://www.trevorism.com

About

Create releases in git, nexus, and github; driven by project properties

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages