We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1ff5f commit e186a88Copy full SHA for e186a88
build.gradle
@@ -164,11 +164,11 @@ bintray {
164
repo = 'releases'
165
name = project.name
166
licenses = ['Apache-2.0']
167
- vcsUrl = 'https://github.com/graphql-java/graphql-java-servlet'
+ vcsUrl = 'https://github.com/graphql-java-kickstart/graphql-java-servlet'
168
userOrg = 'graphql-java-kickstart'
169
version {
170
name = project.version
171
- vcsTag = 'v${version}'
+ vcsTag = 'v${project.version}'
172
}
173
174
gradle.properties
@@ -1,2 +1,2 @@
1
-version = 6.1.5-SNAPSHOT
+version = 6.1.4-SNAPSHOT
2
group = com.graphql-java-kickstart
0 commit comments