Commit 37e1b49
committed
build.gradle.kts: avoid platform-specific splits
Splitting the pom.xml on newlines to remove the excess Maven output did
not work on Windows. Using clear anchors before/after whitespace and
then trimming is less ambiguous.1 parent f47a996 commit 37e1b49
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments