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

jinterrante pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new d66a8b4fc Run SonarCloud using Java 17
d66a8b4fc is described below

commit d66a8b4fc8d10bbb237ffc38d8110c63dd81315e
Author: pkatlic <[email protected]>
AuthorDate: Wed Dec 6 15:07:49 2023 -0500

    Run SonarCloud using Java 17
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1601838cc..42517a814 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -87,7 +87,7 @@ jobs:
       SBT: sbt -J-Xms1024m -J-Xmx5120m -J-XX:ReservedCodeCacheSize=512m 
-J-XX:MaxMetaspaceSize=1024m -J-Dfile.encoding=${{ matrix.encoding }} ++${{ 
matrix.scala_version }} coverage
       SONARSCAN: ${{
                      matrix.os == 'ubuntu-22.04' &&
-                     matrix.java_version == '11' &&
+                     matrix.java_version == '17' &&
                      matrix.scala_version == '2.12.18' &&
                      github.event_name == 'push' &&
                      github.repository == 'apache/daffodil' &&

Reply via email to