Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jul 11, 2024
1 parent 24cd233 commit eb2d52e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions java/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ tasks.withType(Test) {
}

jar {
archiveBaseName = "valkey-glide"
archiveClassifier = osdetector.classifier
}

Expand All @@ -262,10 +261,6 @@ delombok {
modulePath = classpath
}

lombok {
version = "1.18.34"
}

javadoc {
dependsOn delombok
source = delombok.outputs
Expand Down

0 comments on commit eb2d52e

Please sign in to comment.