Skip to content

Commit e8ec229

Browse files
committed
Updated build settings for Travis
1 parent aff47e4 commit e8ec229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
plugins {
1111
id "com.jfrog.bintray" version "1.8.4"
12-
id 'net.researchgate.release' version '2.3.4'
12+
id 'net.researchgate.release' version '2.7.0'
1313
}
1414

1515
apply plugin: 'java'
@@ -150,7 +150,7 @@ publishing {
150150
release {
151151
tagTemplate = 'v${version}'
152152
failOnPublishNeeded = false
153-
ignoredSnapshotDependencies = 'com.graphql-java-kickstart:graphql-java-servlet'
153+
ignoredSnapshotDependencies = ['com.graphql-java-kickstart:graphql-java-servlet']
154154
}
155155

156156
afterReleaseBuild.dependsOn bintrayUpload

0 commit comments

Comments
 (0)