[build] Create a root task for gradle-plugin uploading

This commit is contained in:
Ilya Matveev
2017-12-29 18:15:17 +07:00
committed by ilmat192
parent 6d4b15867b
commit 3b7d16c70e
3 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
### Move version up in the repository ###
* Increment `konanVersion` in topmost `gradle.properties`.
* Increment `konanVersion` in topmost `gradle.properties` and in `KonanVersion.kt`
* Create entry for new release in CHANGELOG.md file (consult git history for features included)
* Update RELEASE_NOTES.md with actual information on the released bits
@@ -41,7 +41,7 @@ in few minutes after upload.
Upload Gradle plugin to BinTray
BINTRAY_USER=... BINTRAY_KEY=... ./gradlew :tools:kotlin-native-gradle-plugin:bintrayUpload
BINTRAY_USER=... BINTRAY_KEY=... ./gradlew :uploadGradlePlugin
### Blog post ###