Changed examples to point to published plugin.

This commit is contained in:
Erik C. Thauvin 2018-07-02 12:38:50 -07:00
parent 4232328cd6
commit e626476fab
27 changed files with 331 additions and 232 deletions

View file

@ -1,10 +1,7 @@
buildscript {
repositories {
mavenLocal()
}
dependencies {
classpath "net.thauvin.erik.gradle:semver:0.9.2-beta"
}
plugins {
id 'java'
id 'application'
id "net.thauvin.erik.gradle.semver" version "0.9.3-beta"
}
// ./gradlew
@ -12,13 +9,6 @@ buildscript {
// ./gradlew incrementMinor run
// ./gradlew incrementMajor run
plugins {
id 'java'
id 'application'
}
apply plugin: 'net.thauvin.erik.gradle.semver'
mainClassName = 'App'
compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated")

View file

@ -1,7 +1,7 @@
#Generated by the Semver Plugin for Gradle
#Sun Jul 01 21:42:08 PDT 2018
#Mon Jul 02 12:31:48 PDT 2018
version.prerelease=
version.minor=0
version.buildmeta=
version.patch=0
version.major=1
version.minor=0