Sterling Greene
Sterling Greene
It also happens without debugging symbols because things like `__FILE__` expand to the full file path (due to the way we pass the path to the compiler). That was the...
@ThadHouse could you describe what you're using the path for?
Hmm, does the last file included in the prefix-header not have CRLF for your real project? That might be why the sample works.
Ah, good. Gary originally worked on this. Would you be interested in contributing a fix? Have you been able to reproduce the issue with the `pre-compiled-headers` sample that comes in...
Java.net.URISyntaxException thrown on Linux when resolving Windows absolute path with `FileResolver`
Using "file://C:/Apps/Microsoft Visual Studio 10.0" might be a workaround (but I need to try this on my Windows box).
Java.net.URISyntaxException thrown on Linux when resolving Windows absolute path with `FileResolver`
@lacasseio what do you think we should do for this on Linux? ignoring the error because something looks like a Windows path might be the wrong thing to do.
@bot-gradle test this
This doesn't look right to me... The plugins project is a lot older and has other tangling dependencies, so we don't want to make other projects depend on it if...
@Vampire could you check this again with 7.2? https://github.com/gradle/gradle/issues/17806#issuecomment-885190533