Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 9dd0f68

Browse files
committed
Added ignore snapshot dependencies for versions to release
1 parent ef73ddb commit 9dd0f68

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

build.gradle

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,17 @@ subprojects {
137137
release {
138138
tagTemplate = 'v${version}'
139139
failOnPublishNeeded = false
140-
ignoredSnapshotDependencies = ['com.graphql-java-kickstart:graphql-spring-boot']
140+
ignoredSnapshotDependencies = [
141+
'com.graphql-java-kickstart:graphiql-spring-boot-autoconfigure',
142+
'com.graphql-java-kickstart:graphiql-spring-boot-starter',
143+
'com.graphql-java-kickstart:graphql-spring-boot-autoconfigure',
144+
'com.graphql-java-kickstart:graphql-spring-boot-starter',
145+
'com.graphql-java-kickstart:graphql-spring-boot-starter-test',
146+
'com.graphql-java-kickstart:graphql-spring-boot-test',
147+
'com.graphql-java-kickstart:graphql-spring-boot-test-autoconfigure',
148+
'com.graphql-java-kickstart:voyager-spring-boot-autoconfigure',
149+
'com.graphql-java-kickstart:voyager-spring-boot-starter'
150+
]
141151
}
142152

143153
afterReleaseBuild.dependsOn bintrayUpload

0 commit comments

Comments
 (0)