Search Gradle plugins

Version 1.12 (latest)

1.12

Created 19 October 2024.

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.12"
}

See also:

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