Skip to content

An extension for colcon-core to support Gradle projects

License

Notifications You must be signed in to change notification settings

colcon/colcon-gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colcon-gradle

Run tests

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

Using pip

pip install -U colcon-gradle

From source

Follow the instructions at https://colcon.readthedocs.io/en/released/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: main

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages