pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gradle: commit msg



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin%sked.life@localhost>
Pushed By:	nuclearkev
Date:		Fri Apr 5 10:20:21 2024 -0400
Changeset:	83f950d2a33105be0ce11644fb79c8f1f5809817

Added Files:
	gradle/COMMIT_MSG

Log Message:
gradle: commit msg

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=83f950d2a33105be0ce11644fb79c8f1f5809817

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gradle/COMMIT_MSG | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diffs:
diff --git a/gradle/COMMIT_MSG b/gradle/COMMIT_MSG
new file mode 100644
index 0000000000..62695c5f29
--- /dev/null
+++ b/gradle/COMMIT_MSG
@@ -0,0 +1,34 @@
+gradle: update to 8.7
+
+3 years of active development.
+
+Notable updates between major versions:
+7 -> 8:
+- upgrades the Kotlin DSL's API level to Kotlin 1.8.
+- configuration cache speeds up builds by executing more tasks in
+  parallel.
+- gradle user home can be managed by configuring the retention time of
+  cache directories.
+  - Cache cleanup can also be disabled.
+- many bug fixes and other general improvements.
+
+6 -> 7:
+- enabled file system watching by default to make your incremental
+  builds faster
+- support Java 16
+- adds support for building on Macs using Apple Silicon processors.
+- feature preview for centralized dependency versions
+- enables build validation errors to make your builds more reliable
+- easier to create convention plugins for settings files.
+- many incubating features have been promoted to stable.
+
+Major and minor release notes:
+https://docs.gradle.org/8.7/release-notes.html
+...
+https://docs.gradle.org/8.0/release-notes.html
+
+https://docs.gradle.org/7.6/release-notes.html
+...
+https://docs.gradle.org/7.0/release-notes.html
+
+https://docs.gradle.org/6.9/release-notes.html


Home | Main Index | Thread Index | Old Index