Skip to content

Commit

Permalink
Added release link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alt236 committed Apr 17, 2017
1 parent f74aff6 commit c7f4f32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Will convert a gradle cache directory structure to the equivelent Maven one.
$ gradlecache2mvn-X.X.X.jar --input ~/.gradle/caches/modules-2/files-2.1/ --output ~/gradle2mvn/
$ gradlecache2mvn-X.X.X.jar -o ~/gradle2mvn/

### Binaries
Binaries can be found here: [https://github.com/alt236/GradleCache2Mvn/releases]()

### Notes
- This will not create POM files if the gradle cache has none. Essentially, if the cached gradle dependency was not a Maven one, it will not be converted.
Expand Down

0 comments on commit c7f4f32

Please sign in to comment.