-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Task]: Gradle tasks for ToB frontend #24563
Comments
.take-issue |
nausharipov
pushed a commit
to akvelon/beam
that referenced
this issue
Jan 6, 2023
…ndemand set to false (apache#24563)
nausharipov
pushed a commit
to akvelon/beam
that referenced
this issue
Jan 6, 2023
3 tasks
nausharipov
pushed a commit
to akvelon/beam
that referenced
this issue
Jan 6, 2023
nausharipov
pushed a commit
to akvelon/beam
that referenced
this issue
Jan 6, 2023
damccorm
pushed a commit
that referenced
this issue
Jan 25, 2023
* WIP: playground_components works in tour-of-beam only with configureondemand set to false (#24563) * added evaluationDependsOn playground_components (#24563) * comments (1) (#24563) * removed goToContextLine after merge (#24563) Co-authored-by: darkhan.nausharipov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What needs to happen?
The tasks should mirror the tasks of Playground frontend. In particular:
generate
generateCode
pubGet
format
run
test
precommit
cleanFlutter
cleanGenerated
Some of the Playground's tasks calls appropriate tasks on
playground_components
, and this is easy because the latter is a sub-project of the former.ToB also depends on
playground_components
, so ToB's tasks should callplayground_components
's tasks in all the same cases that Playground does. This may be a bit harder because that is not a sub-project anymore.The Gradle project file for ToB should be in
.kts
format.Issue Priority
Priority: 3
Issue Component
Component: beam-playground
The text was updated successfully, but these errors were encountered: