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

Include builds of the remaining example projects #2

Open
alexander-yevsyukov opened this issue Jul 23, 2020 · 1 comment
Open

Include builds of the remaining example projects #2

alexander-yevsyukov opened this issue Jul 23, 2020 · 1 comment

Comments

@alexander-yevsyukov
Copy link
Contributor

Even though, all the example projects are added as Git sub-modules to this project, only Hello World example is added to the Gradle composite build which builds the code from _code/samples and _code/examples directories.

The reason for this is that the arrangement of the Gradle composite build requires presence of the top-level buildAll task in the included projects.

For more information on this arrangement please see:

In order to add an example project to the composite build, it must have the buildAll task implemented this way:

task buildAll(type: GradleBuild) {
    tasks = ['build']
}

The first candidate for the inclusion is the Airport example because its code already used in the guide on 3rd party integration.

alexander-yevsyukov referenced this issue in SpineEventEngine/SpineEventEngine.github.io Jul 23, 2020
@alexander-yevsyukov
Copy link
Contributor Author

@oleksandra-kovalenko could you arrange adding the Airport example to the project and handle the source code embeddings?

@alexander-yevsyukov alexander-yevsyukov transferred this issue from SpineEventEngine/SpineEventEngine.github.io Jan 12, 2022
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

No branches or pull requests

1 participant