|
|
@@ -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) {
|