eclipse-buildship / buildship

The Eclipse Plug-ins for Gradle project.
535 stars 171 forks source link

Fix construction of paths for compatibility on Windows #1279 #1283

Closed oleosterhagen closed 11 months ago

oleosterhagen commented 11 months ago

The direct construction of paths from URIs ensures the correct handling of drive letters on Windows.

Fixes #1279

donat commented 11 months ago

Running changes through CI.

donat commented 11 months ago

@oleosterhagen Thank you for the contribution!