Skip to content

Commit

Permalink
Prepare for release 2.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Oct 4, 2024
1 parent d6ca51b commit b4d6308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Dependency Analysis Plugin Changelog

# Version 2.1.4
[Fix]: `@Metadata`'s d2 array should typically be compileOnly.

# Version 2.1.3
* [Fix]: kotlin modules can have java code.
* [Fix]: classes referenced in runtime-retained annotations are required at runtime.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=true

VERSION=2.1.4-SNAPSHOT
VERSION=2.1.4

dependency.analysis.autoapply=false
dependency.analysis.print.build.health=true
Expand Down

0 comments on commit b4d6308

Please sign in to comment.