ccv2-project-template icon indicating copy to clipboard operation
ccv2-project-template copied to clipboard

Update template/bootstrap script for 2211?

Open fibsifan opened this issue 1 year ago • 1 comments

I'm trying to generate a project for 2211 and getting error after error.

  • The 2011.9 version seems to be in many files not just one, but I managed to replace it everywhere.
  • The supplied wrapper version can't be used with plugin versions of 4.0.0 - you have to update gradle before updating the wrapper because otherwise the build script can't be loaded
  • Once versions are up to date (gradle 8.2.1 and commerce build plugins 4.0.0) , some of the dependencies for the tasks in the bootstrap.gradle.kts are not up to latest standards (something about tasks using output from other tasks and needing dependecies on those tasks)
  • after fixing this I get an error like this:
> Task :moveJsonnet FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':moveJsonnet'.
> Warning: Could not find file /home/developer/src/demoproject/core-customize/bootstrap/manifest.jsonnet.filtered to copy.

I'm taking a break here but I suspect there might be more adaptions needed.

fibsifan avatar Aug 14 '23 13:08 fibsifan