dev.dengchao.fc-custom-runtime-packer
Owner: XieEDeHeiShou
Zip bootstrap files together with your build into a function compute's zip
https://github.com/XieEDeHeiShou/fc-custom-runtime-packer
Sources: https://gitee.com/dengchao1183570/fc-custom-runtime-packer
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 .