Skip to content

Commit

Permalink
#118/#119: set back Java version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed Jul 5, 2021
1 parent 7a490c9 commit 66f61f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
java: [ '8', '11', '15', '16' ]
java: [ '7', '8', '11', '15', '16' ]
maven: [ '3.2.5', '3.3.9', '3.5.4', '3.6.3', '3.8.1' ]

runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<properties>

<!-- Versions -->
<java.level>1.8</java.level>
<java.level>1.7</java.level>
<maven.version>3.2.5</maven.version>
<bouncycastle.version>1.69</bouncycastle.version>
<aether.version>0.9.0.M2</aether.version>
Expand Down Expand Up @@ -229,7 +229,7 @@
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java18</artifactId>
<artifactId>java17</artifactId>
<version>1.0</version>
</signature>
</configuration>
Expand Down

0 comments on commit 66f61f1

Please sign in to comment.