mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 22:09:53 +00:00
Fix issue with Bintray using the wrong versions
This commit is contained in:
parent
3667dc45c8
commit
97376f40ff
@ -1,2 +1,7 @@
|
||||
android.useAndroidX=true
|
||||
kotlin.incremental=true
|
||||
|
||||
# When publishing the "secure" checksums Bintray is unable to correctly identify the versions
|
||||
# and will use the artifact names (modules) as version names
|
||||
# See https://github.com/gradle/gradle/issues/11412
|
||||
systemProp.org.gradle.internal.publish.checksums.insecure=true
|
||||
|
Loading…
Reference in New Issue
Block a user