Skip to content

Commit

Permalink
v2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP authored Oct 2, 2022
2 parents 903440d + 9e0d0f4 commit 1594eb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up JDK 1.8
- name: Set up JDK 17
uses: actions/setup-java@v3.3.0
with:
distribution: 'zulu'
java-version: '8'
java-version: '17'
java-package: jdk # optional (jdk or jre) - defaults to jdk
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3.3.0
with:
distribution: 'zulu'
java-version: '8'
java-version: '17'
java-package: jdk # optional (jdk or jre) - defaults to jdk
cache: 'maven'
- name: Build with Maven
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.0</version>
<configuration>
<relocations>
<relocation>
Expand Down Expand Up @@ -129,8 +129,8 @@
</dependencies>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 1594eb1

Please # to comment.