feat: Adds build.gradle.kts detection to the Java module (#731)

This commit is contained in:
Mario Arias
2019-12-19 23:17:50 +08:00
committed by Matan Kushner
parent 63594b746e
commit aab35674d2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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