Skip to content

Commit 4d48984

Browse files
committed
remove bintray
1 parent 48d1e38 commit 4d48984

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ buildscript {
22
repositories {
33
mavenCentral()
44
}
5-
dependencies {
6-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
7-
}
85
}
96

107
plugins {
@@ -13,8 +10,6 @@ plugins {
1310
id 'com.palantir.git-version' version '0.12.2'
1411
}
1512

16-
// This is weird, but I can't seem to get at the plugin the other way
17-
apply plugin: 'com.jfrog.bintray'
1813

1914
group 'info.journeymap'
2015

@@ -65,9 +60,6 @@ clean.doFirst {
6560
delete "$projectDir/src/main/resources/assets/journeymap/web/bundled"
6661
}
6762

68-
def bintrayUser = project.findProperty("bintray.user") ?: System.getenv("BINTRAY_USER")
69-
def bintrayKey = project.findProperty("bintray.password") ?: System.getenv("BINTRAY_PASSWORD")
70-
7163
publishing {
7264
repositories {
7365
maven {

0 commit comments

Comments
 (0)