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
Add a lock file based on the current date to the temporary directory to prevent redundant update checks for the Gradle IntelliJ Plugin. The lock file ensures that the checks only happen once per day, reducing unnecessary API calls and improving performance.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## [next]
4
4
5
+
### Added
6
+
- Create a date-based lock file to limit daily update checks for the Gradle IntelliJ Plugin.
7
+
5
8
### Fixed
6
9
- Handle the `Could not HEAD 'https://www.jetbrains.com/updates/updates.xml'` gracefully when running `downloadIdeaProductReleasesXml` with no Internet connection
7
10
- Improved checking if `Provider` holds non-empty value
0 commit comments