File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change log for kotlinx.atomicfu
2
2
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
+
3
9
# Version 0.14.3
4
10
5
11
* Update to Kotlin 1.3.71.
Original file line number Diff line number Diff line change 2
2
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
#
4
4
5
- version =0.14.4-1.4.0-rc-284
5
+ version =0.14.4-SNAPSHOT
6
6
group =org.jetbrains.kotlinx
7
7
8
- kotlin_version =1.4.0-rc-284
8
+ kotlin_version =1.4.0
9
9
asm_version =7.2
10
10
slf4j_version =1.8.0-alpha2
11
11
junit_version =4.12
@@ -30,4 +30,4 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
30
30
31
31
# Workaround for Bintray treating .sha512 files as artifacts
32
32
# 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
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ publishing {
34
34
def user = ' kotlin'
35
35
def repo = ' kotlinx'
36
36
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 "
38
38
39
39
credentials {
40
40
username = project. hasProperty(' bintrayUser' ) ? project. property(' bintrayUser' ) : System . getenv(' BINTRAY_USER' )
You can’t perform that action at this time.
0 commit comments