Commit 1bcd2ef
committed
F: Only register version for the current project
The main challenge is that currently the plugin is partially registering it self with
subprojects, but not fully doing so. It should be updated to fully register and
handle versioning everywhere or only do it for the project configured.
This change moves it to only register for the currently configured project.
I thought of making the existing behavior conditional, however
even then it didn't feel like the correct change.1 parent 098a5db commit 1bcd2ef
File tree
1 file changed
+7
-1
lines changed- src/main/java/me/qoomon/gradle/gitversioning
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
0 commit comments