Skip to content

Commit 57fb7c5

Browse files
committed
Fix build and disable jjavaformat + checkstyle
Right now the Spring JavaFormat and Checkstyle arrangement doesn't work for the Spring GraphQL source code. This commit disables the dedicated Gradle conventions until we find a better solution.
1 parent 0ce48dc commit 57fb7c5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ subprojects {
2525

2626
configure(moduleProjects) {
2727
apply plugin: 'java-library'
28-
apply plugin: 'org.springframework.graphql.conventions'
2928

3029
java {
3130
sourceCompatibility = JavaVersion.VERSION_1_8

graphql-spring-boot-starter/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
33
plugins {
44
id 'org.springframework.boot' version '2.5.0' apply false
55
id 'java-library'
6-
id 'org.springframework.graphql.conventions'
76
}
87

98
group = 'org.springframework.experimental'

0 commit comments

Comments
 (0)