Search Gradle plugins

Version 0.5.0 (latest)

0.5.0

Created 03 August 2019.

MongoDB migration

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.oun.monjam") version "0.5.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.oun:monjam-gradle-plugin:0.5.0")
      }
    }
    
    apply(plugin = "io.github.oun.monjam")
  • Applying plugins to all subprojects .