Skip to content

Commit

Permalink
Merge pull request #38 from gdgib/G2-1483-Java17
Browse files Browse the repository at this point in the history
G2-1483 Upgrade to Java17 & GH actions
  • Loading branch information
gdgib authored Nov 25, 2023
2 parents e1e5c2f + 038fb76 commit d8b0785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
java-version: 17
cache: 'maven'
- name: Joint Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ github.workspace }}/jo-ui/node_modules
Expand Down
2 changes: 1 addition & 1 deletion jo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.0</version>
<version>3.10.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit d8b0785

Please sign in to comment.