Skip to content

Commit

Permalink
bintray plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
archinamon committed Oct 8, 2017
1 parent a6d2cae commit faa855a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android-gradle-aspectj/build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down Expand Up @@ -52,8 +52,8 @@ artifacts {

if (project.hasProperty('user') && project.hasProperty('apiKey')) {
bintray {
user = bintray_user
key = bintray_apiKey
user = project.properties.user
key = project.properties.apiKey

configurations = ['archives']
pkg {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.1.1'
ext.kotlin_version = '1.1.51'

repositories {
jcenter()
Expand Down

0 comments on commit faa855a

Please sign in to comment.