mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat: Add Java Module (#314)
Implements a Java module which shows basic Java information when inside a Java project.
This commit is contained in:
@@ -70,6 +70,11 @@ jobs:
|
||||
- uses: actions/setup-python@master
|
||||
with:
|
||||
python-version: "3.6.9"
|
||||
|
||||
# Install Java at a fixed version
|
||||
- uses: actions/setup-java@master
|
||||
with:
|
||||
java-version: '12.0.2'
|
||||
|
||||
# Run the ignored tests that expect the above setup
|
||||
- uses: actions/checkout@master
|
||||
|
||||
Reference in New Issue
Block a user