Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Lowered requirements from Java 11 to Java 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brevilo committed Nov 13, 2021
1 parent 48a3b66 commit e0a6e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jOlm provides Java bindings to the C-API of the [Olm cryptographic library](http

## Requirements

* Java SE 11
* Java SE 1.8
* Olm 3.2 or higher

jOlm uses Java Native Access (JNA) and currently requires Olm 3.2 (or higher) to be installed. How to get Olm:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<maven.javadoc.plugin.version>3.3.1</maven.javadoc.plugin.version>
<maven.gpg.plugin.version>3.0.1</maven.gpg.plugin.version>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit e0a6e45

Please sign in to comment.