Skip to content

Commit

Permalink
incorporate compiler feedback to set release java version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Jun 26, 2024
1 parent 9d37dd7 commit 6e3830a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '22'
java-version: '8'
distribution: 'temurin'
cache: maven

Expand Down
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.scalableminds</groupId>
<artifactId>blosc-java</artifactId>
<version>0.1-1.21.4</version>
</dependency>

</dependencies>

<distributionManagement>
Expand Down Expand Up @@ -142,8 +136,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<release>8</release>
<encoding>UTF-8</encoding>
<excludes>
<exclude>.gitignore</exclude>
Expand Down

0 comments on commit 6e3830a

Please sign in to comment.