From 0151d53a67211e736be10ccb26d76a7a1e2c9b94 Mon Sep 17 00:00:00 2001 From: dmitrievanthony Date: Wed, 25 Mar 2020 11:15:22 +0300 Subject: [PATCH] Update release repository to Bintray kotlinx. --- README.md | 2 +- build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b2163c5..35aaec47 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Official JetBrains Project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0) -[![Kotlin](https://img.shields.io/badge/Kotlin-1.2.71-orange.svg) ](https://kotlinlang.org/)[![Download](https://api.bintray.com/packages/kotlin/kotlinx.html/kotlinx.html/images/download.svg)](https://bintray.com/kotlin/kotlinx.html/kotlinx.html/_latestVersion) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.2.71-orange.svg) ](https://kotlinlang.org/)[![Download](https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.html/images/download.svg)](https://bintray.com/kotlin/kotlinx/kotlinx.html/_latestVersion) [![npm](https://img.shields.io/npm/v/kotlinx-html.svg)](https://www.npmjs.com/package/kotlinx-html) [![TeamCity (simple build status)](https://teamcity.jetbrains.com/app/rest/builds/aggregated/strob:\(branch:\(buildType:\(id:KotlinTools_KotlinxHtml_BuildGradleMasterBranch\),policy:active_history_and_active_vcs_branches\),locator:\(buildType:\(id:KotlinTools_KotlinxHtml_BuildGradleMasterBranch\)\)\)/statusIcon.svg)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinxHtml_BuildGradleMasterBranch&branch_Kotlin_KotlinX=%3Cdefault%3E&tab=buildTypeStatusDiv&guest=1) diff --git a/build.gradle.kts b/build.gradle.kts index 100f8028..e76d5567 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import org.apache.tools.ant.taskdefs.condition.Os /** * This build script supports following parameters: - * -Prelease - activates "release" profile (uploading to Bintray "kotlin/kotlinx.html" without publication and + * -Prelease - activates "release" profile (uploading to Bintray "kotlin/kotlinx" without publication and * publication to npmjs "kotlinx-html"). * -Pbranch-build - activates "branch-build" profile (publication to Bintray "kotlin/kotlin-dev" and to npmjs * "@kotlinx-branch-build/kotlinx-html"). @@ -52,7 +52,7 @@ publishing { when { hasProperty("release") -> { maven { - url = uri("https://api.bintray.com/maven/kotlin/kotlinx.html/kotlinx.html;publish=0") + url = uri("https://api.bintray.com/maven/kotlin/kotlinx/kotlinx.html;publish=1") credentials { username = System.getenv("BINTRAY_USERNAME") password = System.getenv("BINTRAY_PASSWORD")