You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2023/03/14 13:14:47 UTC

[xmlgraphics-fop-pdf-images] branch temp/ssteiner-github-ci created (now d0f3d5e)

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

ssteiner pushed a change to branch temp/ssteiner-github-ci
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git


      at d0f3d5e  Add checkstyle to CI

This branch includes the following new commits:

     new d0f3d5e  Add checkstyle to CI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org


[xmlgraphics-fop-pdf-images] 01/01: Add checkstyle to CI

Posted by ss...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ssteiner pushed a commit to branch temp/ssteiner-github-ci
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git

commit d0f3d5ebe9e6bd7edc8194a828ce0d4d7b0a064e
Author: Simon Steiner <ss...@smartcommunications.com>
AuthorDate: Tue Mar 14 13:14:28 2023 +0000

    Add checkstyle to CI
---
 .github/workflows/maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 001e7b5..1fa197e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,14 +21,14 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-    - name: Set up JDK 11
+    - name: Set up JDK 8
       uses: actions/setup-java@v3
       with:
-        java-version: '11'
-        distribution: 'temurin'
+        java-version: '8'
+        distribution: 'oracle'
         cache: maven
     - name: Build with Maven
-      run: mvn -B package --file pom.xml
+      run: mvn -B package checkstyle:check findbugs:check --file pom.xml
 
     # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
     - name: Update dependency graph


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org