Search Gradle plugins

Version 1.0.0.7

1.0.0.7

Created 22 September 2021.

Bootstrap your build environment with a custom shell script.

Add this plugin to your build using the plugins DSL:

plugins {
  id("ch.adnovum.bootstrap") version "1.0.0.7"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.ch.adnovum.bootstrap.gradle.plugins:ch.adnovum.bootstrap:1.0.0.7")
      }
    }
    
    apply(plugin = "ch.adnovum.bootstrap")
  • Applying plugins to all subprojects .