Skip to content

Commit

Permalink
kotlin_version = '1.3.10'
Browse files Browse the repository at this point in the history
dokkaVersion = '0.9.17'
license plugin version 0.14.0
  • Loading branch information
penemue committed Nov 22, 2018
1 parent 301e44f commit 58fb183
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.2.30'
ext.dokkaVersion = '0.9.15'
ext.kotlin_version = '1.3.10'
ext.dokkaVersion = '0.9.17'

repositories {
jcenter()
Expand All @@ -15,12 +15,12 @@ buildscript {
}

plugins {
id "com.github.hierynomus.license" version "0.13.1"
id "com.github.hierynomus.license" version "0.14.0"
id "me.champeau.gradle.jmh" version "0.3.1"
}

group 'com.github.penemue'
version = hasProperty('keapVersion') ? project.keapVersion : '0.1.0-SNAPSHOT'
version = hasProperty('keapVersion') ? project.keapVersion : '0.3.0-SNAPSHOT'
def isSnapshot = version.endsWith('SNAPSHOT')
def mavenPublishUrl = hasProperty('mavenPublishUrl') ? project.mavenPublishUrl : ''
def mavenPublishUsername = hasProperty('mavenPublishUsername') ? project.mavenPublishUsername : ''
Expand Down

0 comments on commit 58fb183

Please sign in to comment.