Skip to content

Commit

Permalink
Disable Statistice for Now (#290)
Browse files Browse the repository at this point in the history
* feat: add force-insights back in

This option needs to be supported. Ideally we should fix this in the generator.

* feat: disable stats until jhipster/generator-jhipster#14485 is fixed
  • Loading branch information
SudharakaP committed Mar 27, 2021
1 parent e98bc5c commit 2685f34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class JHipsterService {

public final Logger log = LoggerFactory.getLogger(JHipsterService.class);

private static final String FORCE_INSIGHT = "--force-insight";
private static final String FORCE_INSIGHT = "--no-insight"; // for now we disable the stats (https://github.com/jhipster/generator-jhipster/pull/14485)

private static final String SKIP_CHECKS = "--skip-checks";

Expand Down

0 comments on commit 2685f34

Please sign in to comment.