Skip to content

Commit

Permalink
Remove parent pom, update pom (#118)
Browse files Browse the repository at this point in the history
Having a parent pom seems to create work, not reduce it
Change build to be Java 11+
  • Loading branch information
jodastephen authored Sep 22, 2022
1 parent c5b21b0 commit 44cb106
Show file tree
Hide file tree
Showing 2 changed files with 671 additions and 63 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,14 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11]

steps:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2

- name: Set up JDK
uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #v3.4.1
with:
java-version: ${{ matrix.java }}
java-version: 11
distribution: 'temurin'
cache: 'maven'

Expand Down
Loading

0 comments on commit 44cb106

Please sign in to comment.