Skip to content

Commit c29d6a3

Browse files
committed
Add configure on demand property
1 parent 584ae5c commit c29d6a3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

compiler-plugin/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ org.gradle.parallel=true
1515
org.gradle.workers.max=8
1616
org.gradle.caching=true
1717
org.gradle.configuration-cache=true
18+
org.gradle.configureondemand=true
1819

1920
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2021
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

dokka-plugin/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ org.gradle.parallel=true
1515
org.gradle.workers.max=8
1616
org.gradle.caching=true
1717
org.gradle.configuration-cache=true
18+
org.gradle.configureondemand=true
1819

1920
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2021
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

gradle-plugin/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ org.gradle.parallel=true
1515
org.gradle.workers.max=8
1616
org.gradle.caching=true
1717
org.gradle.configuration-cache=true
18+
org.gradle.configureondemand=true
1819

1920
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2021
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ org.gradle.parallel=true
1515
org.gradle.workers.max=8
1616
org.gradle.caching=true
1717
org.gradle.configuration-cache=true
18+
org.gradle.configureondemand=true
1819

1920
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2021
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

0 commit comments

Comments
 (0)