Skip to content

Commit

Permalink
[minor] don't include stat module when generating test app
Browse files Browse the repository at this point in the history
to avoid requiring network access to stats.restx.io
  • Loading branch information
xhanin committed Feb 13, 2015
1 parent 7339bc2 commit 68381e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private static AppShellCommand.NewAppDescriptor createDescriptor(String name, bo
desc.baseAPIPath = "/api";
desc.javaVersion = "1.7";
desc.restxVersion = resolveCurrentModuleVersion();
desc.includeStatsModule = true;
desc.includeStatsModule = false;
desc.generateHelloResource = generateHelloResource;
return desc;
}
Expand Down

0 comments on commit 68381e5

Please sign in to comment.