cbmarcum / skeletal

A simple project creation tool that uses packaged templates
Apache License 2.0
17 stars 3 forks source link

upgrade to Gradle 7 #39

Closed cbmarcum closed 1 year ago

cbmarcum commented 1 year ago

currently skeletal is Gradle 6.6.1 and Gradle is at 7.6.

Current Gradle Release Notes

and from v6

./gradlew wrapper --gradle-version=7.6
cbmarcum commented 1 year ago

./gradlew clean --warning-mode all

Configure project :skeletal-app The testRuntimeClasspath configuration has been deprecated for dependency declaration. This will fail with an error in Gradle 7.0. Please use the testImplementation or testCompileOnly or testRuntimeOnly configuration instead. Consult the upgrading guide for further information: https://docs.gradle.org/6.6.1/userguide/upgrading_version_5.html#dependencies_should_no_longer_be_declared_using_the_compile_and_runtime_configurations at app_8kpi6b490tqm1abfbasbk0ky6$_run_closure5.doCall(/Users/carl/dev-git/skeletal/skeletal-app/app.gradle:82) (Run with --stacktrace to get the full stack trace of this deprecation warning.) The integTestRuntimeClasspath configuration has been deprecated for dependency declaration. This will fail with an error in Gradle 7.0. Please use the integTestImplementation or integTestCompileOnly or integTestRuntimeOnly configuration instead. Consult the upgrading guide for further information: https://docs.gradle.org/6.6.1/userguide/upgrading_version_5.html#dependencies_should_no_longer_be_declared_using_the_compile_and_runtime_configurations at app_8kpi6b490tqm1abfbasbk0ky6$_run_closure5.doCall(/Users/carl/dev-git/skeletal/skeletal-app/app.gradle:98) (Run with --stacktrace to get the full stack trace of this deprecation warning.)

cbmarcum commented 1 year ago

Getting error on clean... Failed to notify task execution graph listener. Caused by: java.lang.OutOfMemoryError: Java heap space