Skip to content

Commit cfb007f

Browse files
committed
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]>
1 parent 3cbf18f commit cfb007f

File tree

10 files changed

+0
-787
lines changed

10 files changed

+0
-787
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Ignore Docker-related files to avoid the cache being invalidated if the files are changed during development.
2-
.batect/
32
.dockerignore
43
Dockerfile*
54
scripts/docker_*.sh

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ gradlew text eol=lf
77

88
# Always use Windows line endings for Windows batch scripts.
99
*.bat text eol=crlf
10-
*.cmd text eol=crlf
1110

1211
# Use Unix line endings for expected test results for consistency across platforms.
1312
**/src/*/assets/**/*expected*.txt text eol=lf

.github/workflows/wrapper-validation.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ on:
99
- main
1010

1111
jobs:
12-
batect-wrapper:
13-
runs-on: ubuntu-22.04
14-
steps:
15-
- name: Checkout Repository
16-
uses: actions/checkout@v4
17-
- name: Validate Wrapper
18-
uses: batect/[email protected]
1912
gradle-wrapper:
2013
runs-on: ubuntu-22.04
2114
steps:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.batect/
21
.gradle/
32
.idea/
43
!.idea/icon*.png

.reuse/dep5

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ License: Apache-2.0
9090

9191
# Third-party files.
9292

93-
Files: batect*
94-
Copyright: 2017-2021 Charles Korn <[email protected]>
95-
License: Apache-2.0
96-
9793
Files: gradlew*
9894
Copyright: 2007-2020 The original author or authors <[email protected]>
9995
License: Apache-2.0

batect

Lines changed: 0 additions & 205 deletions
This file was deleted.

0 commit comments

Comments
 (0)