Files
spring-graphql/build.gradle
Brian Clozel b48cacb10a Build projects with JDK8 target
Closes gh-36
2021-03-05 15:31:21 +01:00

11 lines
226 B
Groovy

subprojects {
group = 'org.springframework.experimental'
version = "0.1.0-SNAPSHOT"
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
}
}