You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -851,9 +851,9 @@ Compilation
851
851
Compilation to a specific Java release
852
852
----
853
853
854
-
You might want to run your builds on a recent JDK (e.g. JDK 12), but target an older version of Java, e.g.:
855
-
- Java 11, which is the current [Long-Term Support (LTS) release](https://www.oracle.com/technetwork/java/java-se-support-roadmap.html),
856
-
- Java 8, whose production use in 2018 was almost 85%, according to [this survey](https://www.baeldung.com/java-in-2018).
854
+
You might want to run your builds on a recent JDK (e.g. JDK 17), but target an older version of Java, e.g.:
855
+
- Java 25, which is the current [Long-Term Support (LTS) release](https://www.oracle.com/technetwork/java/java-se-support-roadmap.html) at time of writing,
856
+
- Java 17, which is the minimum Java version the latest.
857
857
858
858
You can do that by setting the Java compiler [`--release`][javacRelease] option
859
859
(e.g. to `6` for Java 6, etc.). Note that when you build using:
@@ -963,17 +963,16 @@ However, we strongly recommend to use at least Gradle 6.0, because there are a f
963
963
964
964
Contributing
965
965
===
966
-
966
+
Update...
967
967
Please tell us if you're using the plugin on [@javamodularity](https://twitter.com/javamodularity)!
968
968
We would also like to hear about any issues or limitations you run into.
969
969
Please file issues in the GitHub project.
970
970
Bonus points for providing a test case that illustrates the issue.
971
971
972
-
Contributions are very much welcome.
972
+
This plugin is now maintained by the community. Hence, contributions are very much welcome.
973
973
Please open a Pull Request with your changes.
974
974
Make sure to rebase before creating the PR so that the PR only contains your changes, this makes the review process much easier.
975
-
Again, bonus points for providing tests for your changes.
976
-
975
+
Please ensure PRs contain appropriate test cases and documentation changes.
0 commit comments