File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ plugins {
6
6
id(" org.jlleitschuh.gradle.ktlint" ) version " 10.3.0" apply false
7
7
id(" com.diffplug.spotless" ) version " 5.0.0" apply false
8
8
id(" com.dorongold.task-tree" ) version " 2.1.0"
9
+ id(" org.jetbrains.dokka" ) version " 1.8.10"
10
+ }
11
+
12
+ repositories {
13
+ mavenLocal()
14
+ maven { url = uri(" https://artifacts.itemis.cloud/repository/maven-mps/" ) }
15
+ mavenCentral()
9
16
}
10
17
11
18
group = " org.modelix"
@@ -25,6 +32,7 @@ fun computeVersion(): Any {
25
32
26
33
subprojects {
27
34
apply (plugin = " maven-publish" )
35
+ apply (plugin = " org.jetbrains.dokka" )
28
36
version = rootProject.version
29
37
group = rootProject.group
30
38
Original file line number Diff line number Diff line change
1
+ org.gradle.jvmargs =-Xmx512m " -XX:MaxMetaspaceSize=2g"
1
2
systemProp.org.gradle.internal.http.socketTimeout =120000
2
3
kotlin.daemon.jvmargs =-Xmx2G
3
4
You can’t perform that action at this time.
0 commit comments