IntelliJ created out folder should not be included into distribution artifacts
This commit is contained in:
parent
877e790995
commit
8aa8485a54
|
@ -190,6 +190,7 @@ distributions {
|
||||||
exclude( '**/.project' )
|
exclude( '**/.project' )
|
||||||
exclude( '**/.settings' )
|
exclude( '**/.settings' )
|
||||||
exclude( '**/.nbattrs' )
|
exclude( '**/.nbattrs' )
|
||||||
|
exclude( '**/out/**' )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue