Skip to content

Commit

Permalink
Remove bintray references (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak authored Jun 10, 2021
1 parent 54044a6 commit e480e2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
jcenter()
}

dependencies {
classpath 'com.palantir.javaformat:gradle-palantir-java-format:1.0.1'
classpath 'com.netflix.nebula:gradle-info-plugin:9.3.0'
classpath 'com.gradle.publish:plugin-publish-plugin:0.15.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.netflix.nebula:nebula-publishing-plugin:17.3.2'
classpath 'com.palantir.baseline:gradle-baseline-java:2.49.2'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.28.0'
Expand All @@ -52,7 +50,6 @@ apply plugin: 'groovy'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'com.palantir.java-format'
apply from: "${rootDir}/gradle/bintray-publish.gradle"

group 'com.palantir.graal'
version gitVersion()
Expand Down
36 changes: 0 additions & 36 deletions gradle/bintray-publish.gradle

This file was deleted.

0 comments on commit e480e2c

Please sign in to comment.