Skip to content

Commit b5db6ff

Browse files
committed
Updated build settings for Travis
1 parent 857b9c7 commit b5db6ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ release {
155155
afterReleaseBuild.dependsOn bintrayUpload
156156

157157
bintray {
158-
user = System.getenv('BINTRAY_USER') ?: project.findProperty('BINTRAY_USER') ?: ''
159-
key = System.getenv('BINTRAY_KEY') ?: project.findProperty('BINTRAY_KEY') ?: ''
158+
user = System.env.BINTRAY_USER ?: project.findProperty('BINTRAY_USER') ?: ''
159+
key = System.env.BINTRAY_PASS ?: project.findProperty('BINTRAY_PASS') ?: ''
160160
publications = ['maven']
161161
publish = true
162162
pkg {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = 6.1.4-SNAPSHOT
2-
group = com.graphql-java
2+
group = com.graphql-java-kickstart

0 commit comments

Comments
 (0)