Skip to content

Commit b113380

Browse files
committed
Upgrade bintray plugin
1 parent 463ae05 commit b113380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ buildscript {
77
maven { url "http://repo.spring.io/plugins-release" }
88
}
99
dependencies {
10-
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2"
10+
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
1111
classpath "com.diffplug.gradle.spotless:spotless:1.3.3"
1212
classpath "de.thetaphi:forbiddenapis:2.2"
1313
classpath "de.aaschmid:gradle-cpd-plugin:1.0"
1414
}
1515
}
1616

1717
plugins {
18-
id "com.jfrog.bintray" version "1.7.1"
18+
id "com.jfrog.bintray" version "1.7.3"
1919
}
2020

2121
// custom configuration

0 commit comments

Comments
 (0)