mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat: Adds build.gradle.kts detection to the Java module (#731)
This commit is contained in:
committed by
Matan Kushner
parent
63594b746e
commit
aab35674d2
@@ -802,7 +802,7 @@ style = "bold dimmed green"
|
||||
The `java` module shows the currently installed version of Java.
|
||||
The module will be shown if any of the following conditions are met:
|
||||
|
||||
- The current directory contains a `pom.xml`, `build.gradle` or `build.sbt` file
|
||||
- The current directory contains a `pom.xml`, `build.gradle`, `build.gradle.kts` or `build.sbt` file
|
||||
- The current directory contains a file with the `.java`, `.class` or `.jar` extension
|
||||
|
||||
### Options
|
||||
|
||||
Reference in New Issue
Block a user