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

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


The following commit(s) were added to refs/heads/main by this push:
     new bd3f2ea1f Maven install the top-level module before publishing the 
lang/java modules
bd3f2ea1f is described below

commit bd3f2ea1f620b081d1772b5fd052fd709f5f570e
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Aug 16 00:06:26 2024 +0300

    Maven install the top-level module before publishing the lang/java modules
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/java-publish-snapshot.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/java-publish-snapshot.yml 
b/.github/workflows/java-publish-snapshot.yml
index 89d8759a6..e6b83a25b 100644
--- a/.github/workflows/java-publish-snapshot.yml
+++ b/.github/workflows/java-publish-snapshot.yml
@@ -57,10 +57,14 @@ jobs:
             17
             21
 
-      - name: 'Setup Maven 3.9.6'
+      - name: 'Setup Maven'
         uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # 
v5
         with:
-          maven-version: 3.9.6
+          maven-version: 3.9.8
+
+      - name: 'Install Java Avro Toplevel'
+        working-directory: ./
+        run: mvn -B install -PskipQuality -DskipTests  
 
       - name: 'Deploy Maven snapshots'
         env:

Reply via email to