Skip to content
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

Fix bob plugin for Defold 1.9.3 #10

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Fix bob plugin for Defold 1.9.3 #10

merged 2 commits into from
Aug 27, 2024

Conversation

AGulev
Copy link
Contributor

@AGulev AGulev commented Aug 26, 2024

No description provided.

@AGulev AGulev requested a review from britzl August 26, 2024 12:51
{
Task.TaskBuilder<Void> taskBuilder = Task.<Void>newBuilder(this);
return taskBuilder.build();
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't build all the files in all the folders anymore, so we don't need this workaround

ProtoUtil.merge(task.input(0), builder);
if (task.input(0).getPath().equals(TEMPLATE_PATH)) {
return;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the same as in prev. case

@AGulev AGulev merged commit 93ef346 into main Aug 27, 2024
17 checks passed
@AGulev AGulev deleted the 1.9.3-fix branch August 27, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants