You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/mdo/build-cache-config.mdo
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,12 @@ under the License.
200
200
<defaultValue>false</defaultValue>
201
201
<description>Enable the cache storing ability only if a build went through the clean lifecycle.</description>
202
202
</field>
203
+
<field>
204
+
<name>saveCompileOutputs</name>
205
+
<type>boolean</type>
206
+
<defaultValue>true</defaultValue>
207
+
<description>Enable saving of compile-phase outputs (classes, test-classes, etc.) to cache. When enabled (default), compile-only builds can be cached and restored, fixing JPMS module descriptor restoration issues. Set to false to restore pre-fix behavior and reduce I/O during active development.</description>
0 commit comments