com.ullink.IExecutableResolver.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
interface IExecutableResolver {
ProcessBuilder executeDotNet(File exe)
void setupExecutable(Msbuild msbuild);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy