kyberszittya / colcon-gradle

An extension for colcon-core to support Gradle projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colcon-gradle

Travis CI AppVeyor

An extension for colcon-core to support Gradle projects.

Features

For all packages with build.gradle files:

  • colcon build will call gradle assemble
  • colcon test will call gradle test

Gradle wrappers will be used if present.

Try it out

Follow the instructions at https://colcon.readthedocs.io/en/latest/developer/bootstrap.html, except in "Fetch the sources" add the following to colcon.repos:

  colcon-gradle:
    type: git
    url: https://github.com/colcon/colcon-gradle.git
    version: master

After that, run the local_setup file, build any colcon workspace with Gradle projects in it, and report any issues!

About

An extension for colcon-core to support Gradle projects

License:Apache License 2.0


Languages

Language:Python 100.0%