Skip to content

Commit

Permalink
Reverted some dependencies to support java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshKumarRA committed Nov 5, 2024
1 parent 4d1cfc4 commit fa8ade5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ '11.0.x', '17.0.x', '21.0.x' ]
java-version: [ '8.0.x', '11.0.x', '17.0.x' ]
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11.0.x
java-version: 8.0.x

- name: Set up Maven
uses: s4u/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compiler.version>11</compiler.version>
<compiler.version>1.8</compiler.version>

<maven.version>3.9.9</maven.version>
<maven-plugin.version>3.15.1</maven-plugin.version>
Expand Down Expand Up @@ -180,7 +180,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.43.0</version>
<version>2.29.0</version>
<configuration>
<java>
<eclipse>
Expand Down Expand Up @@ -218,7 +218,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.20.0</version>
<version>9.3</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit fa8ade5

Please sign in to comment.