This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new 6a58e3405b add gradle JDK compatibility notice to readme build section.
     new 2eb417e791 Merge pull request #5913 from mbien/update-readme_delivery
6a58e3405b is described below

commit 6a58e3405bb48da9aaea6c791fdcc47506fa3b2c
Author: Michael Bien <mbie...@gmail.com>
AuthorDate: Wed May 3 11:27:14 2023 +0200

    add gradle JDK compatibility notice to readme build section.
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 524d4f2ff6..3c11b06327 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,9 @@ $ ant -q clean
 
 #### Notes:
 * You can also use `php`, `enterprise`, etc. See the 
[cluster.properties](https://github.com/apache/netbeans/blob/master/nbbuild/cluster.properties)
 file.
-* once built, you can simply open individual modules of interest with NetBeans 
and run/rebuild/debug them like any other project
+* Once built, you can simply open individual modules of interest with NetBeans 
and run/rebuild/debug them like any other project
+* Building the gradle modules on recent JDKs might fail with "Unsupported 
class file major version" errors. In that case the gradle daemon must be
+  configured to run on a compatible JDK (for example add 
`org.gradle.java.home=/home/duke/jdk17` to your `~/.gradle/gradle.properties`, 
see [gradle 
doc](https://docs.gradle.org/current/userguide/build_environment.html)).
 
 #### Generating Javadoc
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to