Skip to content

Commit

Permalink
Downgrade bintray to avoid NPE in root project
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Feb 9, 2019
1 parent 4b29066 commit 13e060b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.util.Date

plugins {
kotlin("jvm") version "1.3.21"
id("com.jfrog.bintray") version "1.8.4"
id("com.jfrog.bintray") version "1.8.1" // NPE on root project upload with 1.8.4
id("com.github.ben-manes.versions") version "0.20.0"
id("com.github.johnrengelman.shadow") version "4.0.4" apply false
id("org.sonarqube") version "2.7"
Expand Down

0 comments on commit 13e060b

Please sign in to comment.