File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ bintray {
51
51
licenses = [' Apache-2.0' ]
52
52
vcsUrl = ' https://github.com/MicroUtils/kotlin-logging'
53
53
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"
56
56
released = new Date ()
57
57
}
58
58
}
@@ -113,13 +113,13 @@ publishing {
113
113
MyPublication (MavenPublication ) {
114
114
pom. withXml {
115
115
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" )
117
117
root. children(). last() + pomConfig
118
118
}
119
119
from components. java
120
120
groupId ' io.github.microutils'
121
121
artifactId ' kotlin-logging'
122
- version " 1.4.5 "
122
+ version version
123
123
124
124
artifact sourcesJar
125
125
artifact javadocJar
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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
7
7
kotlin.incremental =true
You can’t perform that action at this time.
0 commit comments