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
+
1
5
description = " Spring for GraphQL"
2
6
3
7
ext {
10
14
subprojects {
11
15
apply plugin : ' org.springframework.graphql.conventions'
12
16
apply plugin : ' org.springframework.graphql.architecture'
13
- apply plugin : ' org.springframework.graphql. nullability'
17
+ apply plugin : " io.spring. nullability"
14
18
group = ' org.springframework.graphql'
15
19
16
20
ext. javadocLinks = [
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ gradlePlugin {
41
41
id = " org.springframework.graphql.architecture"
42
42
implementationClass = " org.springframework.graphql.build.architecture.ArchitecturePlugin"
43
43
}
44
- nullability {
45
- id = " org.springframework.graphql.nullability"
46
- implementationClass = " org.springframework.graphql.build.nullability.NullabilityPlugin"
47
- }
48
44
}
49
45
}
50
46
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments