-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI doesn't detect gradle syntax errors #85
Comments
There is a gradle test, but it is configured as an allowed failure: Looks like it was introduced here:
@marcospereira it sounds like it should be safe to configure the 2.6.x branch to require this to pass, correct? Looks like the underlying problem was fixed here: playframework/templatecontrol#85 |
Actually, this problem affects any use of The problem is detected in the normal build, too, but does not cause the build to fail:
The message is slightly different from what's reported by users, and looks like it's just a warning with fallback behavior. Maybe it depends on the sbt version used? |
Related discussion: akka/akka-http-quickstart-scala.g8#15 |
Gradle support has been dropped from this repo #119 therefore closing this issue. |
As reported in #74, #81, #72, ... some of the g8 template files use
$
andtemplatecontrol
messe them up breaking theg8
templating syntax.The CI build in this repo doesn't detect this issue.
Related: foundweekends/giter8#408 and foundweekends/giter8#334
The text was updated successfully, but these errors were encountered: