Skip to content

Commit

Permalink
Adjusted readme and added requirement of Java version 11+ to build.gr…
Browse files Browse the repository at this point in the history
…adle
  • Loading branch information
JonasSchaub committed Jan 8, 2024
1 parent 8df21d0 commit d8825b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ be pre-installed.

## Dependencies
**Needs to be pre-installed:**
* Java Development Kit (JDK) version 21
* Java Development Kit (JDK) version 11+
* [Adoptium OpenJDK](https://adoptium.net) (as one possible source of the JDK)
* Gradle version 8.5
* Gradle version 8.5+
* [Gradle Build Tool](https://gradle.org)

**Managed by Gradle:**
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ version = '1.2.0.0'

//Creates javadoc and sources jars
java {
//toolchain {
// languageVersion = JavaLanguageVersion.of(21)
//}
toolchain {
languageVersion = JavaLanguageVersion.of(11)
}
withJavadocJar()
withSourcesJar()
}
Expand Down

0 comments on commit d8825b2

Please sign in to comment.