Skip to content

Commit

Permalink
GH-438: Fix since version for new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Nov 12, 2024
1 parent 8eae95d commit 012c7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public AbstractGenerateMojo() {
*
* <p>By default, this is {@code false}
*
* @since 2.6.0
* @since 2.7.0
*/
@Parameter(defaultValue = DEFAULT_FALSE, property = PROTOBUF_COMPILER_INCREMENTAL)
boolean incrementalCompilation;
Expand Down

0 comments on commit 012c7af

Please sign in to comment.