Skip to content

Commit

Permalink
common: Enable Java 7 compatibility via retrolambda
Browse files Browse the repository at this point in the history
We can now use retrolambda to convert Java 8 bytecode to Java 7.

Let's do this for junixsocket-common, to allow users of old versions of
junixsocket to upgrade.
  • Loading branch information
kohlschuetter committed Sep 26, 2023
1 parent 73c29a9 commit 59df98b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions junixsocket-common/src/main/java7/multirelease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This repository is kept compatible with Java 7.

Do not remove this file, it is used as a marker by the Maven build scripts.
3 changes: 3 additions & 0 deletions junixsocket-native-common/src/main/java7/multirelease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This repository is kept compatible with Java 7.

Do not remove this file, it is used as a marker by the Maven build scripts.
3 changes: 3 additions & 0 deletions junixsocket-native-custom/src/main/java7/multirelease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This repository is kept compatible with Java 7.

Do not remove this file, it is used as a marker by the Maven build scripts.

0 comments on commit 59df98b

Please sign in to comment.