tanvd.kosogor.web
Owner: Vladislav Tankov
Tasks and facades simplifying Web development -- from War preparation to Js minification
https://github.com/TanVD/kosogor
Sources: https://github.com/TanVD/kosogor
Version 1.0.19 (latest)
Created 07 January 2025.
Tasks and facades simplifying Web development -- from War preparation to Js minification
Add this plugin to your build using the plugins DSL:
plugins {
id("tanvd.kosogor.web") version "1.0.19"
}
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("tanvd.kosogor.web:tanvd.kosogor.web.gradle.plugin:1.0.19") }
It can then be applied in the precompiled script plugin:plugins { id("tanvd.kosogor.web") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("tanvd.kosogor.web:tanvd.kosogor.web.gradle.plugin:1.0.19") } } apply(plugin = "tanvd.kosogor.web")
- Applying plugins to all subprojects .