Skip to content

Commit

Permalink
chore: Remove Batect as it has become unmaintained
Browse files Browse the repository at this point in the history
  • Loading branch information
sschuberth committed Jan 26, 2024
1 parent fd795d3 commit c0a9b4e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 787 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Ignore Docker-related files to avoid the cache being invalidated if the files are changed during development.
.batect/
.dockerignore
Dockerfile*
scripts/docker_*.sh
Expand Down
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gradlew text eol=lf

# Always use Windows line endings for Windows batch scripts.
*.bat text eol=crlf
*.cmd text eol=crlf

# Use Unix line endings for expected test results for consistency across platforms.
**/src/*/assets/**/*expected*.txt text eol=lf
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.batect/
.gradle/
.idea/
!.idea/icon*.png
Expand Down
4 changes: 0 additions & 4 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
205 changes: 0 additions & 205 deletions batect

This file was deleted.

Loading

0 comments on commit c0a9b4e

Please sign in to comment.