enabled the KDocTest again - was out of memory before
This commit is contained in:
@@ -71,6 +71,27 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>${surefire-version}</version>
|
||||||
|
<configuration>
|
||||||
|
<forkMode>once</forkMode>
|
||||||
|
<argLine>-Xmx500m -XX:MaxPermSize=250m</argLine>
|
||||||
|
<useSystemClassLoader>false</useSystemClassLoader>
|
||||||
|
<useManifestOnlyJar>false</useManifestOnlyJar>
|
||||||
|
<failIfNoTests>false</failIfNoTests>
|
||||||
|
<includes>
|
||||||
|
<include>**/*Test.*</include>
|
||||||
|
</includes>
|
||||||
|
<excludes>
|
||||||
|
</excludes>
|
||||||
|
<systemProperties>
|
||||||
|
<project.version>${project.version}</project.version>
|
||||||
|
</systemProperties>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
@@ -14,10 +14,7 @@ import java.util.ArrayList
|
|||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
class KDocTest {
|
class KDocTest {
|
||||||
Test fun dummy() {
|
Test fun generateKDocForStandardLibrary() {
|
||||||
}
|
|
||||||
//Test
|
|
||||||
fun generateKDocForStandardLibrary() {
|
|
||||||
var moduleName = "ApiDocsModule.kt"
|
var moduleName = "ApiDocsModule.kt"
|
||||||
var dir = "."
|
var dir = "."
|
||||||
if (!File(moduleName).exists()) {
|
if (!File(moduleName).exists()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user