Skip to content

Commit

Permalink
Revert "Release 0.4.2"
Browse files Browse the repository at this point in the history
This reverts commit 43972de
  • Loading branch information
mmorihiro committed Mar 13, 2020
1 parent 43972de commit d901a4c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.novoda:bintray-release:0.9.2'
classpath 'com.novoda:bintray-release:0.8.0'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:0.9.9'
}
}
Expand Down Expand Up @@ -64,13 +64,17 @@ task javadocJar(type: Jar, dependsOn: dokkaJavadoc) {
from "$buildDir/tmp/kdoc"
}

afterEvaluate {
mavenSourcesJar.dependsOn javadocJar
}

publish {
userOrg = 'config4k'
repoName = 'config4k'
groupId = 'io.github.config4k'
artifactId = 'config4k'
publishVersion = '0.4.2'
desc = 'A Typesafe Config wrapper for Kotlin'
publishVersion = '0.4.1'
description = 'A Typesafe Config wrapper for Kotlin'
website = 'https://github.com/config4k/config4k'
licences = ['Apache-2.0']
issueTracker = 'https://github.com/config4k/config4k/issues'
Expand Down

0 comments on commit d901a4c

Please sign in to comment.