Skip to content

Commit

Permalink
jitpack CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maniospas committed Aug 17, 2024
1 parent a221c4a commit 55b24a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JGNN/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<!-- <maven.compiler.release>17</maven.compiler.release> -->
<maven.compiler.release>17</maven.compiler.release>
</properties>

<build>
Expand All @@ -24,7 +24,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<compilerArgs>
<arg>--add-modules</arg>
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17

0 comments on commit 55b24a4

Please sign in to comment.