diff --git a/build.gradle b/build.gradle
index 808230ab19c873f1ee95c288865303b920229afe..77fa9d7f27239b21aa87254f982574b1f93b266f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,13 +1,13 @@
 plugins {
   id "application"
+  id "com.diffplug.gradle.spotless" version "3.27.1"
+  id "com.github.johnrengelman.shadow" version "5.2.0"
+  id "com.github.spotbugs" version "3.0.0"
+  id "com.star-zero.gradle.githook" version "1.2.0"
   id "eclipse-wtp"
-  id "java"
   id "jacoco"
-  id "com.github.johnrengelman.shadow" version "5.2.0"
+  id "java"
   id "net.ltgt.apt-eclipse" version "0.21"
-  id "com.star-zero.gradle.githook" version "1.2.0"
-  id "com.github.spotbugs" version "3.0.0"
-  id "com.diffplug.gradle.spotless" version "3.27.1"
 }
 
 sourceCompatibility = JavaVersion.VERSION_11