Sign in
apache
/
grails-profiles
/
refs/heads/develocity-auth
/
.
/
web-plugin
/
settings.gradle
blob: f5927dca053e64d9691f2917d32dcd73d2eb54a2 [
file
]
import
org
.
apache
.
tools
.
ant
.
DirectoryScanner
rootProject
.
name
=
"web-plugin"
// Include .gitignore and other config files
for
(
String
file
in
DirectoryScanner
.
defaultExcludes
)
{
DirectoryScanner
.
removeDefaultExclude
(
file
)
}