kotlinx-datetime icon indicating copy to clipboard operation
kotlinx-datetime copied to clipboard

Gradle upgrade 7.3.3

Open SampathKumarAmex opened this issue 3 years ago • 5 comments

https://docs.gradle.org/7.3.3/release-notes.html

SampathKumarAmex avatar Dec 16 '21 14:12 SampathKumarAmex

Hi, do you have any specific reasons why we should update to that particular version of Gradle?

ilya-g avatar Dec 24 '21 15:12 ilya-g

7.3.3 is latest, FYI

JakeWharton avatar Dec 24 '21 17:12 JakeWharton

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.

SampathKumarAmex avatar Dec 27 '21 19:12 SampathKumarAmex

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 👍🏻.

SampathKumarAmex avatar Dec 27 '21 19:12 SampathKumarAmex

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.

svenjacobs avatar Aug 23 '22 07:08 svenjacobs

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.

Goooler avatar Oct 04 '22 14:10 Goooler

Superseded by https://github.com/Kotlin/kotlinx-datetime/pull/234

dkhalanskyjb avatar Oct 05 '22 13:10 dkhalanskyjb