Search Gradle plugins

Version 1.5

1.5

Created 20 April 2023.

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 "1.5"
}

See also:

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