Files
openide/plugins
Alexander.Glukhov 3ae5156376 [gradle] GradleAttachSourcesProvider: try to attach sources from Gradle User Home before downloading; verify jar header
In the previous revision of GradleAttachSourcesProvider, we tried to download sources via Gradle and only then search for them in the cache. The cache lookup after task execution may be omitted since we know the exact location of the downloaded sources after the Gradle task finish. The cache lookup was moved before Gradle task execution to prevent Gradle for launching for local-available sources.

Validate header of the downloaded/local available Jar file.

GitOrigin-RevId: 843b84df121698b8b8f483d18302b07aafa7ba4e
2023-08-21 12:00:09 +00:00
..
2023-08-17 11:16:39 +00:00
2023-08-18 12:59:36 +00:00