kotlinx-datetime
kotlinx-datetime copied to clipboard
Gradle upgrade 7.3.3
https://docs.gradle.org/7.3.3/release-notes.html
Hi, do you have any specific reasons why we should update to that particular version of Gradle?
7.3.3 is latest, FYI
7.3.3 is latest, FYI
Yes, agreed. The new version 7.3.3 released on 22nd Dec which has the fix for log4j security issues.
https://docs.gradle.org/7.3.3/release-notes.html
I've updated to latest version now.
Hi, do you have any specific reasons why we should update to that particular version of Gradle?
No specific reason. When I raised the PR, 7.3.2
was the latest version. I've updated to latest version. Thanks 👍🏻.
I'm not able to build this project on an MacBook with Apple Silicon chip:
Unable to download toolchain matching these requirements: {languageVersion=8, vendor=any, implementation=vendor-specific}
> Unable to download toolchain. This might indicate that the combination (version, architecture, release/early access, ...) for the requested JDK is not available.
> Could not read 'https://api.adoptopenjdk.net/v3/binary/latest/8/ga/mac/aarch64/jdk/hotspot/normal/adoptopenjdk' as it does not exist.
Also see this similar OkHttp issue. AdoptOpenJDK ist deprecated. Upgrading this project to the current Gradle version (which is 7.5.1) would be a huge step to fixing this.
Also see this similar https://github.com/square/okhttp/issues/6943. AdoptOpenJDK ist deprecated. Upgrading this project to the current Gradle version (which is 7.5.1) would be a huge step to fixing this.
We can wait for Gradle 7.6 which supports Zulu vendors.
Superseded by https://github.com/Kotlin/kotlinx-datetime/pull/234