Skip to content

test-editor/test-editor-gradle-plugin

Repository files navigation

test-editor-gradle-plugin

Build Status codecov.io

Usage

The plugin is included in the central plugin repository.

A minimal build.gradle looks like this:

plugins {
	id 'org.testeditor.gradle-plugin' version '0.14'
}

repositories {
	jcenter()
	maven { url "http://dl.bintray.com/test-editor/test-editor-maven" }
}

testeditor {
    languageVersion '2.0.5'
}

Development

Release process

Checkout the master branch and type

gradlew release -Prelease.useAutomaticVersion=true

The release plugin will check that you don't have incoming or uncommitted changes, build the plugin and tag the current version accordingly. Travis will then pick up the version tag and publish the plugin.