Browse Source

合并代码

huxz 8 years ago
parent
commit
8ee4fcbb4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/persist-publish.gradle

+ 1 - 1
gradle/persist-publish.gradle

@@ -20,7 +20,7 @@ task persistJar(type: Jar) {
     baseName "sso-persist"
     from sourceSets.main.output
     exclude "spring", "config"
-    include "**/entity/**", "**/dao/**"
+    include "**/entity/**", "**/dao/**", "**/core/**"
 }
 
 task persistSourcesJar(type: Jar) {