Semver 1.0 release prep.

This commit is contained in:
Erik C. Thauvin 2017-05-05 20:42:33 -07:00
parent 3963a904ab
commit 4d7781128c
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.1.1'
ext.kotlin_version = '1.1.2'
repositories {
mavenCentral()
}
@ -11,12 +11,12 @@ apply plugin: 'kotlin'
apply plugin: 'kotlin-kapt'
apply plugin: 'application'
// ./gradlew
// ./gradlew
// ./gradlew runJava
defaultTasks 'run'
def processorJar = "net.thauvin.erik:semver:0.9.7"
def processorJar = "net.thauvin.erik:semver:1.0.0"
mainClassName = 'com.example.Main'