Commit baa9733
committed
properly wire task dependency with processResources instead of Java source dir
Changed from incorrectly setting the output file as a Java source directory
to properly wiring the task dependency with processResources. This ensures
the generated git.properties is correctly included as a resource in the
final artifact instead of being treated as Java source code.1 parent 537696a commit baa9733
File tree
1 file changed
+8
-4
lines changed- src/main/java/io/github/git/commit/id/gradle/plugin
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
186 | 190 | | |
187 | 191 | | |
188 | 192 | | |
| |||
0 commit comments