Search Gradle plugins

Version 0.3.0 (latest)

0.3.0

Created 18 November 2021.

Plugin which assists in building Garmin barrels on Gradle

Add this plugin to your build using the plugins DSL:

plugins {
  id("us.ctic.gradle-garmin-barrel") version "0.3.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("us.ctic:gradle-garmin:0.3.0")
      }
    }
    
    apply(plugin = "us.ctic.gradle-garmin-barrel")
  • Applying plugins to all subprojects .