com.platformlib.gradle-wrapper
Owner: Viktor Ivanov
Build gradle project in docker or in remote host
Sources: https://github.com/platformlib/platformlib-gradle-wrapper-plugin
Version 0.2.1
0.2.1
Created 03 September 2021.
Build gradle project in docker or in remote host
Add this plugin to your build using the plugins DSL:
plugins {
id("com.platformlib.gradle-wrapper") version "0.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.platformlib.gradle-wrapper:platformlib-gradle-wrapper-plugin:0.2.1") } } apply(plugin = "com.platformlib.gradle-wrapper")
- Applying plugins to all subprojects .