IntelliJ created out folder should not be included into distribution artifacts

This commit is contained in:
Andrea Boriero 2017-10-20 11:48:07 +01:00
parent 877e790995
commit 8aa8485a54
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ distributions {
exclude( '**/.project' )
exclude( '**/.settings' )
exclude( '**/.nbattrs' )
exclude( '**/out/**' )
}
}
}