The only error I get is this
Could not determine the dependencies of task ‘:webserver:http-templating:classes’.
Could not create task ‘:webserver:http-templating:compileTemplates’.
org/gradle/api/plugins/internal/SourceSetUtil
It’s odd as there is no compile error or anything, just a weird could not create task. This is a large project so I am not sure of the next steps to break this down just yet but have some questions to help me below. I think this must be related to the plugin webpieces creates. The project above has this line bringing in the plugin
apply plugin: ‘org.webpieces.templatecompiler’
I can’t seem to recall where this will come from? What version will be brought in? (the plugin is built in the same project, however I recall that this piece of the project is always on an older version of the plugin).
This is the build file for the plugin
https://github.com/deanhiller/webpieces/blob/master/webserver/gradle-plugin-htmlcompiler/build.gradle
This is the project template compiler’s build file
What’s the best way to dig into this?