Page MenuHomeSolus

Update Gradle to 6.5.0
ClosedPublic

Authored by serebit on Jun 2 2020, 5:08 PM.
Tags
  • Restricted Project
Referenced Files
F11047894: D8980.id21619.diff
Thu, Aug 10, 3:55 PM
F11047893: D8980.id.diff
Thu, Aug 10, 3:55 PM
F11047892: D8980.id21629.diff
Thu, Aug 10, 3:55 PM
F11047891: D8980.id21641.diff
Thu, Aug 10, 3:55 PM
F11047890: D8980.id21788.diff
Thu, Aug 10, 3:55 PM
F11047889: D8980.id21627.diff
Thu, Aug 10, 3:55 PM
F11033419: D8980.diff
Wed, Aug 9, 3:40 PM
F10989231: D8980.diff
Mon, Jul 24, 2:16 PM
Subscribers

Details

Summary

Assigned myself as maintainer. Simplified buildscript and switch to using packaged Gradle to build instead of Gradle wrapper.

In addition, Gradle will now default to dumb terminal settings if it encounters an unrecognized TERM entry. This is most useful for building packages with Solbuild and exotic terminals.

Notable changes:

  • Experimental file-system watching to improve build performance
  • Improved dependency version ordering
  • Derive dependencies from user configuration

Security:

  • CVE-2020-13165: GnuPG key passphrase captured in DEBUG and INFO logs

Full changelog is available here.

Test Plan

Build Kotlin/Native from source

Diff Detail

Repository
R1050 gradle
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Patch to use dumb terminal settings if an unknown termcap entry is found

serebit edited the test plan for this revision. (Show Details)
serebit retitled this revision from Add MAINTAINERS.md to Gradle and update package buildscript to Add MAINTAINERS.md to Gradle and improve its terminal compatibility.

Remove --info and --stacktrace

Update to 6.5.0, fix issue with building with recognized terminals

serebit retitled this revision from Add MAINTAINERS.md to Gradle and improve its terminal compatibility to Update Gradle to 6.5.0.Jun 4 2020, 7:22 PM
serebit edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jun 13 2020, 4:03 PM
This revision was automatically updated to reflect the committed changes.