diff --git a/build.gradle b/build.gradle
index e7b4c104068a92f9c462274d8b2f7b617e63846a..e8916f99e6361d1df75a621122db43a31f24c8dd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,6 +2,7 @@ plugins {
   id "com.diffplug.spotless"
   id "com.github.spotbugs"
   id "com.github.node-gradle.node"
+  id 'com.palantir.git-version'
   id "com.star-zero.gradle.githook"
   id "eclipse-wtp"
   id "jacoco"
diff --git a/settings.gradle b/settings.gradle
index 989a33fe857fe5c381894845d6c7c1925be86cc5..d4c81a990cc5951ed89e1976267d2dd2aef24d3a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -5,6 +5,7 @@ pluginManagement {
     id "com.github.spotbugs" version "${spotbugsVersion}"
     id "com.github.node-gradle.node" version "${nodePluginVersion}"
     id "com.star-zero.gradle.githook" version "${githooksVersion}"
+    id 'com.palantir.git-version' version '0.15.0'
   }
 }