Skip to content

Commit 8e6f10d

Browse files
committed
chore: Simplify project by removing the Ant-based build; Maven only is fine
1 parent bb96812 commit 8e6f10d

8 files changed

Lines changed: 1 addition & 78 deletions

File tree

.github/workflows/ant.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Java CI
33
on:
44
schedule:
55
- cron: '42 0 * * 4'
6-
push:
6+
push:
77
pull_request:
88

99
jobs:
@@ -22,8 +22,3 @@ jobs:
2222
run: ./install-run-ipfs.sh
2323
- name: Build & run tests with Maven
2424
run: mvn test
25-
- name: Build with Ant
26-
run: ant -noinput -buildfile build.xml dist
27-
- name: Run tests
28-
timeout-minutes: 10
29-
run: ant -noinput -buildfile build.xml test

build.xml

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

lib/cid.jar

-7.96 KB
Binary file not shown.

lib/hamcrest-2.2.jar

-120 KB
Binary file not shown.

lib/junit-4.13.2.jar

-376 KB
Binary file not shown.

lib/multiaddr.jar

-18.8 KB
Binary file not shown.

lib/multibase.jar

-29.5 KB
Binary file not shown.

lib/multihash.jar

-11 KB
Binary file not shown.

0 commit comments

Comments
 (0)