nieqiuqiu il y a 6 ans
Parent
commit
f85b652837
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -117,6 +117,7 @@ subprojects {
         header = rootProject.file("license.txt")
         includes(["**/*.java", "**/*.kt"])
         exclude "**/*Test.java"
+        exclude "**/TableNameParser.java"
         mapping "java", "SLASHSTAR_STYLE"
         mapping "kt", "SLASHSTAR_STYLE"
     }