Skip to content

Commit

Permalink
refactor: change the version when the creation of test structure was …
Browse files Browse the repository at this point in the history
…introduced in create-extension mojo

It should at least be 1.10.0 and not 1.3.0.

Follows up quarkusio#12690
  • Loading branch information
machi1990 committed Oct 14, 2020
1 parent f0f28fa commit 0cec1bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,15 +516,15 @@ public class CreateExtensionMojo extends AbstractMojo {
/**
* Indicates whether to generate a unit test class for the extension
*
* @since 1.3.0
* @since 1.10.0
*/
@Parameter(property = "quarkus.generateUnitTest", defaultValue = "true")
boolean generateUnitTest;

/**
* Indicates whether to generate a dev mode unit test class for the extension
*
* @since 1.3.0
* @since 1.10.0
*/
@Parameter(property = "quarkus.generateDevModeTest", defaultValue = "true")
boolean generateDevModeTest;
Expand Down

0 comments on commit 0cec1bb

Please sign in to comment.