Skip to content

Commit 4b98cfb

Browse files
committed
Use "io.spring.nullability" Gradle plugin
Closes gh-1232
1 parent aec6bea commit 4b98cfb

File tree

3 files changed

+5
-83
lines changed

3 files changed

+5
-83
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugins {
2+
id "io.spring.nullability" version "0.0.1" apply false
3+
}
4+
15
description = "Spring for GraphQL"
26

37
ext {
@@ -10,7 +14,7 @@ ext {
1014
subprojects {
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 = [

buildSrc/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

buildSrc/src/main/java/org/springframework/graphql/build/nullability/NullabilityPlugin.java

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)