This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit a245c9783f90a099bc725448b174b2badd20092c Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Wed May 21 19:49:12 2025 +0200 Clarification in required dependencies. --- README.md | 4 ++-- optional/src/org.apache.sis.gui/bundle/README | 2 +- settings.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eeb59ac67d..566a183262 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ project logo are trademarks of The Apache Software Foundation. ## Build from sources Running the library part of Apache SIS requires Java 11 or higher. -Running the JavaFX application part requires Java 16 or higher. -Building SIS requires Java 18 or higher +Running the JavaFX application part requires Java 22 or higher. +Building SIS requires Java 22 or higher together with [Gradle](https://gradle.org/) 8 build system. To build SIS, use the following command in this directory: diff --git a/optional/src/org.apache.sis.gui/bundle/README b/optional/src/org.apache.sis.gui/bundle/README index d7d8a71b87..5ccf15b0ac 100644 --- a/optional/src/org.apache.sis.gui/bundle/README +++ b/optional/src/org.apache.sis.gui/bundle/README @@ -16,7 +16,7 @@ Installation For developing applications using the SIS library or for using on command-line, the only requirement is Java 11 or later, except the GDAL module which requires Java 22. For launching the desktop application, requirements are Java 22 or later -and JavaFX 20 or later. +and JavaFX 24 or later. 1) Unzip `apache-sis-1.4-bin.zip` in any directory. 2) Invoke `./apache-sis-1.4/bin/sis` for the command-line. diff --git a/settings.gradle.kts b/settings.gradle.kts index e298204bd2..58615326dc 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -40,7 +40,7 @@ dependencyResolutionManagement { */ repositories { mavenCentral() - mavenLocal() // For GeoAPI SNAPSHOT only, which are built locally. + mavenLocal() // For GeoAPI SNAPSHOT, which are built locally. Seems also needed for UCAR. maven { name = "UCAR" url = uri("https://artifacts.unidata.ucar.edu/repository/unidata-releases")