We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463ae05 commit b113380Copy full SHA for b113380
build.gradle
@@ -7,15 +7,15 @@ buildscript {
7
maven { url "http://repo.spring.io/plugins-release" }
8
}
9
dependencies {
10
- classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2"
+ classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
11
classpath "com.diffplug.gradle.spotless:spotless:1.3.3"
12
classpath "de.thetaphi:forbiddenapis:2.2"
13
classpath "de.aaschmid:gradle-cpd-plugin:1.0"
14
15
16
17
plugins {
18
- id "com.jfrog.bintray" version "1.7.1"
+ id "com.jfrog.bintray" version "1.7.3"
19
20
21
// custom configuration
0 commit comments