File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.1.0 '
2+ ext. kotlin_version = ' 1.1.1 '
33
44 repositories {
55 mavenCentral()
@@ -14,7 +14,7 @@ plugins {
1414}
1515
1616group ' MicroUtils'
17- version ' 1.4.2 '
17+ version ' 1.4.4 '
1818
1919
2020
@@ -51,8 +51,8 @@ bintray {
5151 licenses = [' Apache-2.0' ]
5252 vcsUrl = ' https://github.com/MicroUtils/kotlin-logging'
5353 version {
54- name = " 1.4.2 "
55- desc = " kotlin-logging 1.4.2 - Lightweight logging framework for Kotlin"
54+ name = " 1.4.4 "
55+ desc = " kotlin-logging 1.4.4 - 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.2 - Lightweight logging framework for Kotlin" )
116+ root. appendNode(' description' , " kotlin-logging 1.4.4 - 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.2 "
122+ version " 1.4.4 "
123123
124124 artifact sourcesJar
125125 artifact javadocJar
You can’t perform that action at this time.
0 commit comments