Commit 4ca708e
authored
Fix: Crash during configuration on Windows (#65)
Changed `Project.getRelativePath()` to `Project.getRelativeProjectPath()`, since what was needed is the logical Gradle (project) relative path, not the file-system relative path.
Fixes #641 parent e8d8817 commit 4ca708e
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments