Skip to content

Commit

Permalink
Remove spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Jan 16, 2024
1 parent 1d4d4f0 commit ad6475e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions java/food-ordering/app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
plugins {
java
application

id("com.diffplug.spotless").version("6.6.1")
}

repositories {
Expand All @@ -12,15 +10,4 @@ repositories {
// Configure test platform
tasks.withType<Test> {
useJUnitPlatform()
}


allprojects {
apply(plugin = "com.diffplug.spotless")
configure<com.diffplug.gradle.spotless.SpotlessExtension> {
java {
googleJavaFormat()
targetExclude("build/generated/**/*.java")
}
}
}

0 comments on commit ad6475e

Please sign in to comment.