File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ bintray {
5151 licenses = [' Apache-2.0' ]
5252 vcsUrl = ' https://github.com/MicroUtils/kotlin-logging'
5353 version {
54- name = " 1.4.5 "
55- desc = " kotlin-logging 1.4.5 - Lightweight logging framework for Kotlin"
54+ name = version
55+ desc = " kotlin-logging $v ersion - Lightweight logging framework for Kotlin"
5656 released = new Date ()
5757 }
5858 }
@@ -113,13 +113,13 @@ publishing {
113113 MyPublication (MavenPublication ) {
114114 pom. withXml {
115115 def root = asNode()
116- root. appendNode(' description' , " kotlin-logging 1.4.5 - Lightweight logging framework for Kotlin" )
116+ root. appendNode(' description' , " kotlin-logging $v ersion - Lightweight logging framework for Kotlin" )
117117 root. children(). last() + pomConfig
118118 }
119119 from components. java
120120 groupId ' io.github.microutils'
121121 artifactId ' kotlin-logging'
122- version " 1.4.5 "
122+ version version
123123
124124 artifact sourcesJar
125125 artifact javadocJar
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.13 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.0 -all.zip
77kotlin.incremental =true
You can’t perform that action at this time.
0 commit comments