Search Gradle plugins

Version 2.0.4

2.0.4

Created 23 September 2022.

<Good human-readable description of what your plugin is about>

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.igormaznitsa.gradle.jbbp") version "2.0.4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.igormaznitsa:jbbp-gradle-plugin:2.0.4")
      }
    }
    
    apply(plugin = "com.igormaznitsa.gradle.jbbp")
  • Applying plugins to all subprojects .