You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/24 10:46:40 UTC

[commons-net] branch master updated: Enable full build

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 61e3dff  Enable full build
61e3dff is described below

commit 61e3dffd2f1e64848508ab505076c1cd77d9a0f0
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 24 11:46:32 2020 +0100

    Enable full build
---
 .github/workflows/maven.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 140eb12..1b66b06 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,6 @@ jobs:
     strategy:
       matrix:
         java: [ 7, 8, 11 ]
-# Later versions don't work with 1.6
 
     steps:
     - uses: actions/checkout@v1
@@ -33,5 +32,5 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn --batch-mode apache-rat:check package --file pom.xml
-#      run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all package --file pom.xml
+      run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all package --file pom.xml
+#      run: mvn --batch-mode apache-rat:check package --file pom.xml