Skip to content

Commit

Permalink
fix: README.MD -> README.md; ube -> uber
Browse files Browse the repository at this point in the history
Signed-off-by: John Jiang <john.sha.jiang@gmail.com>
  • Loading branch information
johnshajiang authored and lburgazzoli committed Sep 11, 2023
1 parent 38b34a9 commit f1bfe56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions jetcd-ctl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016-2021 The jetcd authors
* Copyright 2016-2023 The jetcd authors
*
* Licensed under the Apache License, Version 2.0 (the 'License');
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies {
runtimeOnly libs.bundles.log4j
}

// disable standard jar task so we can have a single ube jar as result
// disable standard jar task so we can have a single uber jar as result
jar.enabled = false

shadowJar {
Expand Down

0 comments on commit f1bfe56

Please sign in to comment.