diff --git a/simple-algorithms/biggest-price/build.gradle b/simple-algorithms/biggest-price/build.gradle index 09a2ed8..5584480 100644 --- a/simple-algorithms/biggest-price/build.gradle +++ b/simple-algorithms/biggest-price/build.gradle @@ -1,6 +1,5 @@ plugins { id 'java' - id 'com.github.sherter.google-java-format' version '0.9' } def junitJupiterVersion = '5.7.0' @@ -19,6 +18,4 @@ dependencies { test { useJUnitPlatform() -} - -test.dependsOn rootProject.tasks['googleJavaFormat'] \ No newline at end of file +} \ No newline at end of file