This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from af3440719f Create a "sis.library-conventions" with some common configuration for Gradle build. new ad045a37bf Revert the deletion of `AbstractGridCoverageResource.getEnvelope()`, but with redirection to the default method defined in the interface. new 516dfb985f Build configuration: remove `sis.library-conventions.gradle.kts` because it depends on `kotlin-dsl`, which is not compatible with Java 21. Even if Apache SIS targets Java 11, we want it to compile with newer Java versions. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: buildSrc/build.gradle.kts | 1 - .../main/kotlin/sis.library-conventions.gradle.kts | 68 ---------------------- endorsed/build.gradle.kts | 15 ++++- .../sis/storage/AbstractGridCoverageResource.java | 15 +++++ gradle.properties | 13 +++++ incubator/build.gradle.kts | 16 ++++- optional/build.gradle.kts | 15 ++++- 7 files changed, 70 insertions(+), 73 deletions(-) delete mode 100644 buildSrc/src/main/kotlin/sis.library-conventions.gradle.kts create mode 100644 gradle.properties