-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove Batect as it has become unmaintained
See [1]. [1]: https://batect.dev/blog/2023/10/22/batect-is-no-longer-maintained/ Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
fd795d3
commit c0a9b4e
Showing
10 changed files
with
0 additions
and
787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,6 @@ on: | |
- main | ||
|
||
jobs: | ||
batect-wrapper: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
- name: Validate Wrapper | ||
uses: batect/[email protected] | ||
gradle-wrapper: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.batect/ | ||
.gradle/ | ||
.idea/ | ||
!.idea/icon*.png | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,10 +90,6 @@ License: Apache-2.0 | |
|
||
# Third-party files. | ||
|
||
Files: batect* | ||
Copyright: 2017-2021 Charles Korn <[email protected]> | ||
License: Apache-2.0 | ||
|
||
Files: gradlew* | ||
Copyright: 2007-2020 The original author or authors <[email protected]> | ||
License: Apache-2.0 | ||
|
Oops, something went wrong.