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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git

commit 0052bcac6fe155d07c41cedbd11b144af4ec8644
Author: Robbie Gemmell <robbie.gemm...@gmail.com>
AuthorDate: Thu Apr 22 13:31:05 2021 +0100

    update GHA build config a bit, tweak build command to ensure javadoc is 
processed also
---
 .github/workflows/{maven.yml => build.yml} | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/build.yml
similarity index 65%
rename from .github/workflows/maven.yml
rename to .github/workflows/build.yml
index 78bb807..37b0691 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/build.yml
@@ -1,9 +1,6 @@
-# This workflow will build a Java project with Maven
-# For more information see: 
https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
-
 name: "Build"
 
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
 
 jobs:
   build:
@@ -22,9 +19,10 @@ jobs:
           restore-keys: |
             ${{ runner.os }}-maven-
       - name: Install JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v2
         with:
           java-version: ${{ matrix.java }}
+          distribution: 'adopt'
 
       - name: Build
-        run: mvn -B clean verify
+        run: mvn clean verify -Papache-release -Dgpg.skip

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to