-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task 'msbuild' fails when gradle-properties-plugin is used #53
Comments
Hi, do you mean the build works fine without Gradle-properties-plugin applied ? Maybe check the properties you're injecting ? could be that one of them is conflicting with msbuild. |
Hi gluck,
|
Here is the minimal build to reproduce the issue - rename attached file to .zip |
Hi, did anyone work out what the issue was. I've just encountered this and I'm using saliman plugin for picking env property file and then trying to kick off msbuild. |
Hi, saliman plugin seems to inject methods in each task ExtensionAware properties ( Not sure if this (a bit intrusive) behavior is intended. Maybe it can be workaround on this plugin side, but the logic to decide which properties are to be passed down to msbuild would be cranky (exclude closures ? include only strings, gstrings, numbers ?). |
If to add gradle-properties-plugin to the build, msbuild task fails without clear reason:
Gradle-properties-plugin is here: https://github.com/stevesaliman/gradle-properties-plugin
Full build log and build.gradle:
log.txt
build.gradle.txt
The text was updated successfully, but these errors were encountered: