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: custom/conf/app.example.ini
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2680,6 +2680,8 @@ LEVEL = Info
2680
2680
;; Cleanup expired packages/data then targets the files within all maven snapshots versions
2681
2681
;RETAIN_MAVEN_SNAPSHOT_BUILDS = -1
2682
2682
;; Maximum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2683
+
; Enable debug logging for Maven cleanup. Enabling debug will stop snapshot version artifacts from being deleted but will log the files which were meant for deletion.
2684
+
; DEBUG_MAVEN_CLEANUP = true
2683
2685
;LIMIT_SIZE_NPM = -1
2684
2686
;; Maximum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
0 commit comments