us.ihmc.log-tools
Owner: Duncan Calvert
Message logging tools for IHMC Robotics.
https://github.com/ihmcrobotics/log-tools
Sources: https://github.com/ihmcrobotics/log-tools
Version 0.4.2 (latest)
0.4.2
Created 04 May 2020.
Message logging tools for IHMC Robotics.
Add this plugin to your build using the plugins DSL:
plugins {
id("us.ihmc.log-tools") version "0.4.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("us.ihmc:log-tools:0.4.2") } } apply(plugin = "us.ihmc.log-tools")
- Applying plugins to all subprojects .