Skip to content

Commit 4cb180f

Browse files
committed
Remove ANT support
1 parent a48d703 commit 4cb180f

7 files changed

Lines changed: 1 addition & 288 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66

77
# These are Windows script files and should use crlf
88
*.bat text eol=crlf
9-

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- pull_request
66

77
jobs:
8-
gradle-build-and-test:
8+
build-and-test:
99
runs-on: ubuntu-latest
1010

1111
steps:
@@ -23,26 +23,3 @@ jobs:
2323

2424
- name: Test
2525
run: $GITHUB_WORKSPACE/gradlew test
26-
27-
ant-build-and-test:
28-
runs-on: ubuntu-latest
29-
30-
steps:
31-
- uses: actions/checkout@v4
32-
33-
- uses: actions/setup-java@v4
34-
with:
35-
java-version: 17
36-
distribution: temurin
37-
38-
- name: Install JUnit5 for ANT
39-
run: $GITHUB_WORKSPACE/ci/install_ant_junit5.sh
40-
41-
- name: Download Dependencies
42-
run: ant resolve
43-
44-
- name: Build
45-
run: ant build
46-
47-
- name: Test
48-
run: ant test
File renamed without changes.

ant.Jenkinsfile

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

build.xml

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

ci/install_ant_junit5.sh

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

ivy.xml

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

0 commit comments

Comments
 (0)