Skip to content

Commit

Permalink
Disabling bintray gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
GGoetzelmann authored Aug 1, 2024
1 parent 85ce0cd commit 3e2d210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id "io.freefair.maven-publish-java" version "8.4"
id "io.spring.dependency-management" version "1.1.4"
id "org.owasp.dependencycheck" version "9.0.5"
id "com.jfrog.bintray" version "1.8.5"
//id "com.jfrog.bintray" version "1.8.5"
id "java"
id "jacoco"
// plugins for release and publishing to maven repo
Expand Down

0 comments on commit 3e2d210

Please sign in to comment.