Browse Source

Check protobuf-kotlin version

pazus 1 year ago
parent
commit
878d6df6f3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      build/conf/java.conf

+ 4 - 0
build/conf/java.conf

@@ -679,6 +679,10 @@ module _COMPILABLE_JAR_BASE : _JAR_BASE {
     # protobuf-java-util
     DEPENDENCY_MANAGEMENT(contrib/java/com/google/protobuf/protobuf-java-util/${JAVA_PROTO_RUNTIME_VERSION})
     CHECK_DEPENDENT_DIRS(DENY PEERDIRS contrib/java/com/google/protobuf/protobuf-java-util EXCEPT contrib/java/com/google/protobuf/protobuf-java-util/${JAVA_PROTO_RUNTIME_VERSION})
+
+    DEPENDENCY_MANAGEMENT(contrib/java/com/google/protobuf/protobuf-kotlin/${JAVA_PROTO_RUNTIME_VERSION})
+    CHECK_DEPENDENT_DIRS(DENY PEERDIRS contrib/java/com/google/protobuf/protobuf-kotlin EXCEPT contrib/java/com/google/protobuf/protobuf-kotlin/${JAVA_PROTO_RUNTIME_VERSION})
+
 }
 
 _JAR_MAIN_CLASS=