Skip to content

Commit 68381e5

Browse files
committed
[minor] don't include stat module when generating test app
to avoid requiring network access to stats.restx.io
1 parent 7339bc2 commit 68381e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

restx-core-shell/src/test/java/restx/core/shell/NewAppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private static AppShellCommand.NewAppDescriptor createDescriptor(String name, bo
113113
desc.baseAPIPath = "/api";
114114
desc.javaVersion = "1.7";
115115
desc.restxVersion = resolveCurrentModuleVersion();
116-
desc.includeStatsModule = true;
116+
desc.includeStatsModule = false;
117117
desc.generateHelloResource = generateHelloResource;
118118
return desc;
119119
}

0 commit comments

Comments
 (0)