terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
389 stars 25 forks source link

Generated version of the Graddle Wrapper is outdated #48

Closed illarionov closed 3 months ago

illarionov commented 3 months ago

When generating a project, Gradle version 8.7 is added to gradle.properties:

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip

But Gradle Wrapper files of some older version are used (gradlew, gradlew.bat, gradle/wrapper/gradle-wrapper.jar). After generating the project, you need to manually run ./gradlew wrapper --gradle-version=8.7 to update the wrapper, it would be nice if it was updated when generated.

terrakok commented 3 months ago

done