diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index d71b6d3..4b94883 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -3,7 +3,7 @@ name: Java CI on: schedule: - cron: '42 0 * * 4' - push: + push: pull_request: jobs: @@ -22,8 +22,3 @@ jobs: run: ./install-run-ipfs.sh - name: Build & run tests with Maven run: mvn test - - name: Build with Ant - run: ant -noinput -buildfile build.xml dist - - name: Run tests - timeout-minutes: 10 - run: ant -noinput -buildfile build.xml test diff --git a/build.xml b/build.xml deleted file mode 100644 index 5a58aac..0000000 --- a/build.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - Java IPFS api - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/cid.jar b/lib/cid.jar deleted file mode 100644 index 87ace8b..0000000 Binary files a/lib/cid.jar and /dev/null differ diff --git a/lib/hamcrest-2.2.jar b/lib/hamcrest-2.2.jar deleted file mode 100644 index 7106578..0000000 Binary files a/lib/hamcrest-2.2.jar and /dev/null differ diff --git a/lib/junit-4.13.2.jar b/lib/junit-4.13.2.jar deleted file mode 100644 index 6da55d8..0000000 Binary files a/lib/junit-4.13.2.jar and /dev/null differ diff --git a/lib/multiaddr.jar b/lib/multiaddr.jar deleted file mode 100644 index f22b1e4..0000000 Binary files a/lib/multiaddr.jar and /dev/null differ diff --git a/lib/multibase.jar b/lib/multibase.jar deleted file mode 100644 index 1916839..0000000 Binary files a/lib/multibase.jar and /dev/null differ diff --git a/lib/multihash.jar b/lib/multihash.jar deleted file mode 100644 index c70ba2d..0000000 Binary files a/lib/multihash.jar and /dev/null differ