Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 authored Feb 7, 2024
1 parent ee46a43 commit 4469170
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,6 @@ on:
workflow_dispatch:

jobs:
build-jdk11:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'

- name: Build with Maven
run: mvn clean install -Pforbiddenapis
env:
MAVEN_OPTS: -Xmx2048m

build-jdk17:
runs-on: ubuntu-latest

Expand All @@ -40,4 +24,4 @@ jobs:
- name: Build with Maven
run: mvn clean install -Pforbiddenapis
env:
MAVEN_OPTS: -Xmx2048m
MAVEN_OPTS: -Xmx2048m

0 comments on commit 4469170

Please sign in to comment.