Search Gradle plugins

Version 0.4.2 (latest)

0.4.2

Created 20 July 2017.

Create P2 repository from certain P2 repositories

Add this plugin to your build using the plugins DSL:

plugins {
  id("de.monkeyworks.buildmonkey.p2.P2MirrorPlugin") version "0.4.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("de.monkeyworks.buildmonkey:gradle.p2:0.4.2")
      }
    }
    
    apply(plugin = "de.monkeyworks.buildmonkey.p2.P2MirrorPlugin")
  • Applying plugins to all subprojects .