huxz 8 лет назад
Родитель
Сommit
8ee4fcbb4b
1 измененных файлов с 1 добавлено и 1 удалено
  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) {