Skip to content

Commit

Permalink
trying updated pom for jitpack update
Browse files Browse the repository at this point in the history
  • Loading branch information
maniospas committed Aug 17, 2024
1 parent ccaa767 commit 9a1fcc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JGNN/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<compilerArgs>
<arg>--add-modules</arg>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A native Java library for graph neural networks.

**Current requirements: Java 17 or later**
**Current requirements: Java 17+**

## :dart: About

Expand All @@ -19,7 +19,7 @@ learning paradigm that do not require dedicated hardware or firmware.
## :rocket: Setup and links

Add to your dependencies the JAR file of a specific version. Download this
from the project's [releases](https://github.com/MKLab-ITI/JGNN/releases). .
from the project's [releases](https://github.com/MKLab-ITI/JGNN/releases).
Alternatively, include the latest nightly version as a Maven or Gradle dependency
by following the instructions of the JitPack distribution:

Expand Down

0 comments on commit 9a1fcc9

Please sign in to comment.