Search Gradle plugins

Version 0.4.0-alpha.16

0.4.0-alpha.16

Created 05 March 2023.

Easy setup for projects or settings

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.javiersc.hubdle") version "0.4.0-alpha.16"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.javiersc.hubdle:hubdle-gradle-plugin:0.4.0-alpha.16")
      }
    }
    
    apply(plugin = "com.javiersc.hubdle")
  • Applying plugins to all subprojects .