net.karlmartens.dotnet
Owner: Karl Martens
.NET CORE build plugin
https://github.com/3esi/dotnet-plugin
Sources: https://github.com/karlmartens/dotnet-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("net.karlmartens.dotnet") version "0.2.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.karlmartens.dotnet:buildSrc:0.2.7") } } apply(plugin = "net.karlmartens.dotnet")
- Applying plugins to all subprojects .