Waldemar Kornewald
11/13/2023, 11:49 AMAnton Prokhorov
11/13/2023, 3:28 PMWaldemar Kornewald
11/14/2023, 11:13 AMreal-gradlew
because that seemed to be the only way to have slightly different resource limits for the CI. Then I’m sometimes paranoid and check whether gradlew is really marked as executable. Then I remember I might better check if I’m using the latest Gradle version, so I check gradle-wrapper.properties. Sometimes I might have to re-generate the gradlew files because of an update. Then I also double-check again if gradlew is marked as executable. And then I’m paranoid again and check if really using the -all variant of Gradle in gradle-wrapper.properties. And finally I might decide to also update Gradle on all the other repos... This is insane for someone as paranoid as me. It’s also really bad as a first-time user experience.
I think it’s already difficult enough to copy a .editorconfig, .gitignore and module.yaml to get started with a new project. 😄Amejonah 1200
11/14/2023, 7:50 PMWaldemar Kornewald
11/14/2023, 7:57 PM