Search Gradle plugins

Version 0.9.4

0.9.4

Created 17 March 2022.

Generates snippets of configuration for the Conveyor packaging tool.

Add this plugin to your build using the plugins DSL:

plugins {
  id("dev.hydraulic.conveyor") version "0.9.4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("dev.hydraulic:gradle-plugin:0.9.4")
      }
    }
    
    apply(plugin = "dev.hydraulic.conveyor")
  • Applying plugins to all subprojects .