Skip to content

Commit

Permalink
chore: update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffTabiri authored Mar 27, 2024
1 parent 405fa64 commit a02e8ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: Java CI with Maven

on:
push:
branches: [ "develop" ]
#branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
#branches: [ "develop" ]

jobs:
build:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit a02e8ed

Please sign in to comment.