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-11/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
## Summary
4
4
5
-
*Develop Java 11 applications. Includes the JDK 11, Maven, and Gradle build tools.*
5
+
*Develop Java 11 applications. Includes JDK 11and Java extensions.*
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, Gradle|
11
+
|*Languages, platforms*| Java |
12
12
13
13
## Using this definition with an existing folder
14
14
@@ -36,6 +36,8 @@ Beyond that, just follow these steps to use the definition:
36
36
37
37
5. Finally, press <kbd>F1</kbd> and run **Remote-Containers: Reopen Folder in Container** to start using the definition.
38
38
39
+
6. If you want to include maven or gradle build tools into your dev container, please uncomment the corresponding steps from the `containers/java-11/.devcontainer/Dockerfile`, and run **Remote-Containers: Rebuild Container** to rebuild the dev container.
40
+
39
41
## Testing the definition
40
42
41
43
This definition includes some test code that will help you verify it is working as expected on your system. Follow these steps:
Copy file name to clipboardExpand all lines: containers/java-12/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
## Summary
4
4
5
-
*Develop Java 12 applications. Includes JDK 12, Maven, and Gradle build tools.*
5
+
*Develop Java 12 applications. Includes JDK 12and Java extensions.*
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, Gradle|
11
+
|*Languages, platforms*| Java |
12
12
13
13
## Using this definition with an existing folder
14
14
@@ -36,6 +36,8 @@ Beyond that, just follow these steps to use the definition:
36
36
37
37
5. Finally, press <kbd>F1</kbd> and run **Remote-Containers: Reopen Folder in Container** to start using the definition.
38
38
39
+
6. If you want to include maven or gradle build tools into your dev container, please uncomment the corresponding steps from the `containers/java-12/.devcontainer/Dockerfile`, and run **Remote-Containers: Rebuild Container** to rebuild the dev container.
40
+
39
41
## Testing the definition
40
42
41
43
This definition includes some test code that will help you verify it is working as expected on your system. Follow these steps:
Copy file name to clipboardExpand all lines: containers/java-8/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
## Summary
4
4
5
-
*Develop Java 8 applications. Includes JDK 8, Maven, and Gradle build tools.*
5
+
*Develop Java 8 applications. Includes JDK 8and Java extensions.*
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 |
12
12
13
13
## Using this definition with an existing folder
14
14
@@ -36,6 +36,8 @@ Beyond that, just follow these steps to use the definition:
36
36
37
37
5. Finally, press <kbd>F1</kbd> and run **Remote-Containers: Reopen Folder in Container** to start using the definition.
38
38
39
+
6. If you want to include maven or gradle build tools into your dev container, please uncomment the corresponding steps from the `containers/java-8/.devcontainer/Dockerfile`, and run **Remote-Containers: Rebuild Container** to rebuild the dev container.
40
+
39
41
## Testing the definition
40
42
41
43
This definition includes some test code that will help you verify it is working as expected on your system. Follow these steps:
0 commit comments