Skip to content

Include builds of the remaining example projects #2

@alexander-yevsyukov

Description

@alexander-yevsyukov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions