Skip to content

Commit

Permalink
Removing Java 17 build
Browse files Browse the repository at this point in the history
  • Loading branch information
wikumChamith authored Jul 30, 2024
1 parent 51130d2 commit b565ccf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn clean install --file pom.xml

java-17:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn clean install --file pom.xml

0 comments on commit b565ccf

Please sign in to comment.