Skip to content

Commit

Permalink
github actions java 8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimatay committed Jun 16, 2024
1 parent 4fed87a commit 023929b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions java-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>java-5</module>
<module>java-6</module>
<module>java-7</module>
<module>java-8</module>
<module>java-9</module>
<module>java-10</module>
<module>java-11</module>
<module>java-5</module>
<module>java-7</module>
<module>java-6</module>
<module>java-16</module>
<module>java-21</module>
<module>java-17</module>
Expand Down

0 comments on commit 023929b

Please sign in to comment.