Browse Source

发布3.1.1

nieqiuqiu 6 years ago
parent
commit
f85b652837
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

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