Skip to content

Commit

Permalink
Prepare for release 1.23.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Sep 29, 2023
1 parent 696a6f9 commit c9b9498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Dependency Analysis Plugin Changelog

# Version 1.23.0
# Version 1.23.0, 1.23.1
* [New] DSL now permits custom behavior per sourceSet.
* [Fixed] Fix issues with sourceSet-based analysis. (Custom sourceSets, the test sourceSet.)
* [Fixed] There is now parity between Kotlin-JVM library analysis and java-library analysis.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:GCT
org.gradle.caching=true
org.gradle.parallel=true

VERSION=1.23.1-SNAPSHOT
VERSION=1.23.1

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

0 comments on commit c9b9498

Please sign in to comment.