1/* 2 * Copyright 2017-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. 3 */ 4 5// this is a kludge so that existing YouTrack config works, todo: remove 6// Deploy configurations run :atomicfu-native:bintrayUpload 7task bintrayUpload(dependsOn: ':atomicfu:publish')