This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 589cd70 Fix local and GitHub builds. 589cd70 is described below commit 589cd7027971a627e7e5fda2a7820a1e48de7f65 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jul 22 11:50:43 2020 -0400 Fix local and GitHub builds. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 915dab6..173f03d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,4 +32,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V apache-rat:check package --file pom.xml + run: mvn -V clean apache-rat:check package --file pom.xml