nebula-plugins / gradle-extra-configurations-plugin

Gradle plugin introducing a provided dependency configuration and marking a dependency as optional.
Apache License 2.0
139 stars 18 forks source link

Make tests work correctly on Windows #25

Closed Vampire closed 7 years ago

Vampire commented 8 years ago

The tests dod not work correctly on Windows. This has two reasons:

  1. Paths are not correctly transformed to URLs which works fine on *nix-like systems, but not on Windows.
  2. The nebula-test package is not Windows compatible.
  3. Is fixed by the PR
  4. Is fixed by PR nebula-plugins/nebula-test#64, so to fix this issue completely, the nebula-core/common.gradle file needs to be updated with a nebula-test version that has PR nebula-plugins/nebula-test#64 included and then this new common.gradle needs to be referenced from build.gradle of this project.
rspieldenner commented 7 years ago

merged in manually