File tree Expand file tree Collapse file tree 3 files changed +5
-83
lines changed
src/main/java/org/springframework/graphql/build/nullability Expand file tree Collapse file tree 3 files changed +5
-83
lines changed Original file line number Diff line number Diff line change 1+ plugins {
2+ id " io.spring.nullability" version " 0.0.1" apply false
3+ }
4+
15description = " Spring for GraphQL"
26
37ext {
1014subprojects {
1115 apply plugin : ' org.springframework.graphql.conventions'
1216 apply plugin : ' org.springframework.graphql.architecture'
13- apply plugin : ' org.springframework.graphql. nullability'
17+ apply plugin : " io.spring. nullability"
1418 group = ' org.springframework.graphql'
1519
1620 ext. javadocLinks = [
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ gradlePlugin {
4141 id = " org.springframework.graphql.architecture"
4242 implementationClass = " org.springframework.graphql.build.architecture.ArchitecturePlugin"
4343 }
44- nullability {
45- id = " org.springframework.graphql.nullability"
46- implementationClass = " org.springframework.graphql.build.nullability.NullabilityPlugin"
47- }
4844 }
4945}
5046
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments