Skip to content

Commit

Permalink
Deleting Java formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Apr 7, 2024
1 parent afa3a75 commit 2571ba8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions simple-algorithms/biggest-price/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'java'
id 'com.github.sherter.google-java-format' version '0.9'
}

def junitJupiterVersion = '5.7.0'
Expand All @@ -19,6 +18,4 @@ dependencies {

test {
useJUnitPlatform()
}

test.dependsOn rootProject.tasks['googleJavaFormat']
}

0 comments on commit 2571ba8

Please sign in to comment.