From 22cd432711e067c8b1bcea906a8fdba32e4a2586 Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Fri, 22 Nov 2024 15:45:07 +0100 Subject: [PATCH] Add notes that Studio and Gradle Client are not notarized (#146) --- docs/getting-started/setup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/setup.md b/docs/getting-started/setup.md index 695090a..205cb88 100644 --- a/docs/getting-started/setup.md +++ b/docs/getting-started/setup.md @@ -32,7 +32,8 @@ Pick the most recent one that matches your operating system. Declarative features are only available on particular nightly releases. !!! warn - Note that on macOS, these special Android Studio releases require to be in `~/Applications`. + Note that these nightly builds are not signed/notarized and will require you to accept running them anyway. + Also note that on macOS, these special Android Studio releases require to be in `~/Applications`. #### Enable more declarative features in Studio @@ -64,6 +65,9 @@ Download the latest release from the [Gradle Client](https://github.com/gradle/g The `DMG` file is for macOS, the `DEB` file is for Linux and the `MSI` file is for Windows. +!!! warn + Note that the _Gradle Client_ is not signed/notarized and will require you to accept running it anyway. + ## Pick a sample After you've installed everything, pick out a [samples](./samples.md) to try the Declarative Gradle features.