File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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
107plugins {
@@ -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
1914group ' 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-
7163publishing {
7264 repositories {
7365 maven {
You can’t perform that action at this time.
0 commit comments