Search Gradle plugins

Version 0.0.6 (latest)

0.0.6

Created 08 June 2020.

Compress bootstrap files together with your boot.jar into a function compute's zip

Add this plugin to your build using the plugins DSL:

plugins {
  id("dev.dengchao.fc-custom-runtime-packer") version "0.0.6"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("dev.dengchao:fc-custom-runtime-packer:0.0.6")
      }
    }
    
    apply(plugin = "dev.dengchao.fc-custom-runtime-packer")
  • Applying plugins to all subprojects .