Skip to content

Commit

Permalink
Exclude grace-shell.tar in the distribution of Grace
Browse files Browse the repository at this point in the history
Grace CLI doesn't need `grace-shell.tar`

Closes gh-468
  • Loading branch information
rainboyan committed Aug 14, 2024
1 parent 0dec386 commit d8a6e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/assemble.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ task zipDist(type: Zip, dependsOn: [sourcesJars, install]) {
}
from(homeDistDir) {
into "dist"
exclude "*.zip"
exclude "*.zip*"
exclude "*.tar*"
}
}
}
Expand Down

0 comments on commit d8a6e6d

Please sign in to comment.