Gradle / subprojects / resources-s3 / src / integTest / groovy / org / gradle / integtests / resource / s3 / maven
MavenPublishS3IntegrationTest.groovy
d0348abAdd sha-256 and sha-512 checksums to `maven-publish`
This commit adds the SHA-256 and SHA-512 checksums in: - Gradle Module Metadata - uploads to Maven repositories using the `maven-publish` plugin The upload of those additional files is failsafe, just in case some repositories don't support those checksum files. b20a237Bundle JAXB into Gradle distribution and use it on Java 9 and above
In order to use S3 backed artifact repositories, it was previously required to add `--add-modules java.xml.bind` to `org.gradle.jvmargs` when running on Java 9 and above. Since Java 11 no longer contains the `java.xml.bind` module, Gradle now bundles JAXB 2.3.1 (`com.sun.xml.bind:jaxb-impl`) and uses it on Java 9 and above. |
![]() |