You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: containers/java-12/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# Java 12 & Maven
1
+
# Java 12
2
2
3
3
## Summary
4
4
5
-
*Develop Java applications. Includes the JDK 12, XML tools, along with any dependencies Maven requires.*
5
+
*Develop Java applications. Includes the JDK 12, Maven and Gradle build tools.*
6
6
7
7
| Metadata | Value |
8
8
|----------|-------|
9
9
|*Contributors*| The VS Code Java Team |
10
10
|*Definition type*| Dockerfile |
11
-
|*Languages, platforms*| Java, Maven |
11
+
|*Languages, platforms*| Java, Maven, Gradle|
12
12
13
13
## Using this definition with an existing folder
14
14
@@ -25,11 +25,11 @@ Beyond that, just follow these steps to use the definition:
25
25
2. To use VS Code's copy of this definition:
26
26
1. Start VS Code and open your project folder.
27
27
2. Press <kbd>F1</kbd> select and **Remote-Containers: Create Container Configuration File...** from the command palette.
28
-
3. Select the Java 12 & Maven definition.
28
+
3. Select the Java 12 definition.
29
29
30
30
3. To use latest-and-greatest copy of this definition from the repository:
31
31
1. Clone this repository.
32
-
2. Copy the contents of `containers/java-12-maven/.devcontainer` to the root of your project folder.
32
+
2. Copy the contents of `containers/java-12/.devcontainer` to the root of your project folder.
33
33
3. Start VS Code and open your project folder.
34
34
35
35
4. After following step 2 or 3, the contents of the `.devcontainer` folder in your project can be adapted to meet your needs.
@@ -43,9 +43,9 @@ This definition includes some test code that will help you verify it is working
43
43
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
44
44
2. Clone this repository.
45
45
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
46
-
4. Select the `containers/java-12-maven` folder.
46
+
4. Select the `containers/java-12` folder.
47
47
5. After the folder has opened in the container, press <kbd>F5</kbd> to start the project.
48
-
6. You should see "Hello Weekday" in the a Debug Console after the program executes.
48
+
6. You should see "Hello Weekday" in the Debug Console after the program executes.
49
49
7. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.
0 commit comments