Skip to content

Commit 6f2a521

Browse files
committed
Version 0.14.4
1 parent 21fe9bd commit 6f2a521

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log for kotlinx.atomicfu
22

3+
# Version 0.14.4
4+
5+
* Fixed bug when Maven plugin wasn't published
6+
* Migrate to new Kotlin HMPP metadata for multiplatform projects
7+
* Update Kotlin to 1.4.0
8+
39
# Version 0.14.3
410

511
* Update to Kotlin 1.3.71.

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
#
44

5-
version=0.14.4-1.4.0-rc-284
5+
version=0.14.4-SNAPSHOT
66
group=org.jetbrains.kotlinx
77

8-
kotlin_version=1.4.0-rc-284
8+
kotlin_version=1.4.0
99
asm_version=7.2
1010
slf4j_version=1.8.0-alpha2
1111
junit_version=4.12
@@ -30,4 +30,4 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
3030

3131
# Workaround for Bintray treating .sha512 files as artifacts
3232
# https://github.com/gradle/gradle/issues/11412
33-
systemProp.org.gradle.internal.publish.checksums.insecure=true
33+
systemProp.org.gradle.internal.publish.checksums.insecure=true

gradle/publish-bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ publishing {
3434
def user = 'kotlin'
3535
def repo = 'kotlinx'
3636
def name = 'kotlinx.atomicfu'
37-
url = "https://api.bintray.com/maven/$user/$repo/$name/;publish=0;override=1"
37+
url = "https://api.bintray.com/maven/$user/$repo/$name/;publish=0;override=0"
3838

3939
credentials {
4040
username = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER')

0 commit comments

Comments
 (0)