Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions geode-assembly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@ distributions {
contents {
from rootProject.tasks.writeBuildInfo
from (rootDir) {
// Provided by the writeBuildInfo task above; the root copy is present only when
// building from an unpacked source distribution.
exclude '.buildinfo'
exclude 'KEYS'
exclude '**/gradlew'
exclude '**/gradlew.bat'
Expand Down
Loading