We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aae649 commit f519750Copy full SHA for f519750
CHANGELOG.md
@@ -0,0 +1,21 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
+This project does NOT use semantic versioning.
7
8
+## [Unreleased]
9
10
+### Added
11
12
+- [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
13
+- The plugin now produces a simple text file reporting the collision detection result.
14
+ Having such a task output
15
+ also [fixes incremental builds](https://github.com/REPLicated/classpath-collision-detector/issues/15).
16
17
+### Changed
18
19
+- Make JAR of plugin reproducible
20
+- Upgrade plugin testing dependencies and use Gradle 8.7
21
+- Use a version catalog and dependency verification for all plugin dependencies.
0 commit comments