Semver 1.0 release prep.
This commit is contained in:
parent
3963a904ab
commit
4d7781128c
2 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue