Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Update bintray plugin (required for release)
Browse files Browse the repository at this point in the history
  • Loading branch information
snrostov committed Dec 12, 2018
1 parent 0142d1c commit 5426bb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ buildscript {
}
}

plugins {
id "com.jfrog.bintray" version "1.8.4" apply false
id 'net.researchgate.release' version '2.7.0' apply false
}

group = 'org.jetbrains.kotlin'

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions kotlin-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
id "java-gradle-plugin"
id "maven-publish"
id "org.jetbrains.kotlin.jvm" version "1.3.10"
id "com.jfrog.bintray" version "1.8.0"
id 'net.researchgate.release' version '2.6.0'
id "com.jfrog.bintray"
id 'net.researchgate.release'
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions webpack-hmr-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
id "java"
id "maven-publish"
id 'kotlin2js' version '1.3.10'
id "com.jfrog.bintray" version "1.7.3"
id 'net.researchgate.release' version '2.6.0'
id "com.jfrog.bintray"
id 'net.researchgate.release'
}

dependencies {
Expand Down

0 comments on commit 5426bb2

Please sign in to comment.