com.windfish.gradle.lazyfish
Owner:
ken
facilitate Browser Client/Server Develop
https://github.com/Ken-W-P-Huang/lazyfish
Sources: https://github.com/Ken-W-P-Huang/lazyfish.git
Version 1.0.68 (latest)
Created 09 April 2020.
facilitate Browser Client/Server Develop
Add this plugin to your build using the plugins DSL:
plugins {
id("com.windfish.gradle.lazyfish") version "1.0.68"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.windfish.gradle.lazyfish:com.windfish.gradle.lazyfish.gradle.plugin:1.0.68") }
It can then be applied in the precompiled script plugin:plugins { id("com.windfish.gradle.lazyfish") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.windfish.gradle.lazyfish:com.windfish.gradle.lazyfish.gradle.plugin:1.0.68") } } apply(plugin = "com.windfish.gradle.lazyfish")
- Applying plugins to all subprojects .