Skip to content

Commit

Permalink
Prepare for release 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Feb 28, 2024
1 parent 8144453 commit 5e9c969
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# gradle-dependencies-sorter

## Version 0.7
* [Fix] Fix verbose flag in SortDependenciesTask.
* [Chore] Switch to Clikt CLI.

## Version 0.6
* [New] make `check` task dependency optional (but on by default).
```sortDependencies { check(<true|false>) }```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.caching=true
org.gradle.parallel=true

GROUP=com.squareup
VERSION=0.7-SNAPSHOT
VERSION=0.7
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5e9c969

Please sign in to comment.