Skip to content

Commit

Permalink
Fix Java version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 21, 2024
1 parent 781c2c3 commit 9370538
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/dependencies_check.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/dependencies_update.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .settings/org.eclipse.jdt.core.prefs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<relativePath>pk_generated_parent.pom</relativePath>
</parent>
<properties>
<java.version>8</java.version>
<toolchain.version>11</toolchain.version>
<hadoop.version>3.4.1</hadoop.version>
<junit.version>5.11.3</junit.version>
<mockito.version>5.14.2</mockito.version>
Expand Down Expand Up @@ -548,6 +546,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
<compilerArgs>
<!-- warning "options" is excluded as glue-connector
uses java 8 as compiler setting but for tests
Expand Down

0 comments on commit 9370538

Please sign in to comment.