Slackbot
05/09/2023, 2:19 AMVampire
05/09/2023, 6:56 AMbuildSrc/build.gradle.kts
. but don't use 17 there without reason or you limit the version with which you can execute Gradle to 17+. So unless some dependency requires something higher, use the minimum supported version of your Gradle version there, so most likely 8.Mike Wacker
05/09/2023, 6:09 PMVampire
05/09/2023, 6:30 PMyou get when you install Gradle via snapI never install Gradle anywhere, as any sane project should contain the wrapper files that should be used to run the build. 🙂
Mike Wacker
05/09/2023, 6:35 PMgradle init
, so it installed the wrapper files for 7.4.1. (But those wrapper files are checked in, and they've since been upgraded to 8.0.2; there's a plugin I use that's incompatible with 8.1.1.)