Commit abb793a
committed
Fix version resolution in CLI
This was broken in quarkusio#49926 where the property name was changed
mistakenly.
To be honest, I'm also not sure the new method is as safe as it used to
be, especially on Windows as we also dropped the specific handling of
the jar pattern. There was a specific comment about it in the
preexisting method.
I suppose we will see how it goes...1 parent 1a4c49d commit abb793a
File tree
2 files changed
+2
-1
lines changed- devtools
- cli-common/src/main/java/io/quarkus/cli/common
- cli/src/test/java/io/quarkus/cli
2 files changed
+2
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
0 commit comments