com.ullink.MsbuildPlugin.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-msbuild-plugin Show documentation
Show all versions of gradle-msbuild-plugin Show documentation
Gradle plugin for MSBuild project build.
package com.ullink
import org.gradle.api.Plugin
import org.gradle.api.Project
class MsbuildPlugin implements Plugin {
void apply(Project project) {
project.apply plugin: 'base'
project.task('msbuild', type: Msbuild)
project.tasks.clean.dependsOn project.tasks.cleanMsbuild
project.task('assemblyInfoPatcher', type: AssemblyInfoVersionPatcher)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy