Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
fix the java version
  • Loading branch information
tsubramanian authored Sep 5, 2024
1 parent b43d14f commit b92d419
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Maven build and package

on: push
name: Maven build and package for master

on:
push:
branches:
- tsubramanian-patch-1
jobs:
build:
name: Maven build and deploy
Expand All @@ -10,11 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 1.8
- name: Set up JDK 8*
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 1.8
java-version: 8*

- name: Build with Maven
run: |
Expand Down

0 comments on commit b92d419

Please sign in to comment.