All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ullink.MsbuildPlugin.groovy Maven / Gradle / Ivy

There is a newer version: 2.22
Show newest version
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