We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ddfe0 commit ba42c0bCopy full SHA for ba42c0b
build.gradle
@@ -4,7 +4,7 @@ ext {
4
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
5
springFrameworkVersion = "6.0.9"
6
graphQlJavaVersion = "20.2"
7
- springBootVersion = "3.1.0-M2"
+ springBootVersion = "3.1.0-RC2"
8
}
9
10
subprojects {
@@ -13,6 +13,12 @@ subprojects {
13
14
repositories {
15
mavenCentral()
16
+ maven {
17
+ url "https://repo.spring.io/milestone"
18
+ content {
19
+ includeGroup "org.springframework.boot"
20
+ }
21
22
if (version.contains('-')) {
23
maven { url "https://repo.spring.io/milestone" }
24
0 commit comments