Skip to content

Commit

Permalink
CI: remove mavenCentral.deps target from CI since it's actually cover…
Browse files Browse the repository at this point in the history
…ed by maven-dev-release.sh
  • Loading branch information
eyedeekay committed May 6, 2024
1 parent 2facca2 commit 44190bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
echo "noExe=true" >> override.properties
- name: test Debian build with Ant
run: ant distclean
- name: build mavenCentral deps with Ant
run: ant mavenCentral.deps
- name: build javadoc with Ant
run: ant distclean javadoc updater
- name: zip javadoc
Expand Down Expand Up @@ -95,8 +93,6 @@ jobs:
echo "build.built-by=GitHub Actions" >> override.properties
echo "noExe=true" >> override.properties
echo "javac.compilerargs=-bootclasspath $HOME/openjdk-7/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/rt.jar:$HOME/openjdk-7/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jce.jar -Xlint:all" >> override.properties
- name: build mavenCentral deps with Ant
run: ant mavenCentral.deps
- name: build Maven dev build with Ant
run: ./installer/resources/maven-dev-release.sh 1
- name: Upload servlet-i2p.jar
Expand Down

0 comments on commit 44190bb

Please sign in to comment.