huxz 8 жил өмнө
parent
commit
8ee4fcbb4b

+ 1 - 1
gradle/persist-publish.gradle

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