feat: display Gradle project version (#662)

This PR adds package version support for Gradle projects. The version number is extracted from the `build.gradle` file in the current directory, similar to existing support for other packages.
This commit is contained in:
Kevin Lane
2020-02-21 11:12:21 -08:00
committed by GitHub
parent aedfe42a8c
commit ce540fff7a
4 changed files with 107 additions and 27 deletions
+1
View File
@@ -46,6 +46,7 @@ byte-unit = "3.0.3"
starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" }
yaml-rust = "0.4"
nom = "5.1.0"
regex = "1.3.1"
os_info = "2.0.0"
urlencoding = "1.0.0"
open = "1.3.4"