|
@@ -20,7 +20,7 @@ task persistJar(type: Jar) {
|
|
|
baseName "sso-persist"
|
|
|
from sourceSets.main.output
|
|
|
exclude "spring", "config"
|
|
|
- include "**/entity/**", "**/dao/**", "**/core/**", "**/util/**"
|
|
|
+ include "**/entity/**", "**/dao/**", "**/core/**", "**/util/**", "**/support/**"
|
|
|
}
|
|
|
|
|
|
task persistSourcesJar(type: Jar) {
|
|
@@ -28,7 +28,7 @@ task persistSourcesJar(type: Jar) {
|
|
|
classifier 'sources'
|
|
|
from sourceSets.main.allSource
|
|
|
exclude "spring", "config"
|
|
|
- include "**/entity/**", "**/dao/**", "**/core/**", "**/util/**"
|
|
|
+ include "**/entity/**", "**/dao/**", "**/core/**", "**/util/**", "**/support/**"
|
|
|
}
|
|
|
|
|
|
// Create artifact for other project import
|
|
@@ -73,4 +73,4 @@ publishing {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|