Skip to content

Commit

Permalink
Update release repository to Bintray kotlinx.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrievanthony committed Mar 25, 2020
1 parent 28eef0a commit 0151d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 0151d53

Please sign in to comment.