Skip to content

Commit

Permalink
Excavator: Upgrade to Gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Dec 25, 2024
1 parent 52c815f commit 03fae11
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ allprojects {

task distTar (type: Tar) {
from tarTree(file("${project.rootDir}/build/${ant.'final.name'}-bin.tar.gz"))
destinationDir file("${project.rootDir}/build/distributions")
baseName 'palantir-cassandra'
version project.version
extension 'tgz'
destinationDirectory = file("${project.rootDir}/build/distributions")
archiveBaseName = 'palantir-cassandra'
archiveVersion = project.version
archiveExtension = 'tgz'
compression = Compression.GZIP
}

Expand Down
Loading

0 comments on commit 03fae11

Please sign in to comment.