Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 4382a6e

Browse files
committed
2 parents a68bec6 + a31934c commit 4382a6e

File tree

7 files changed

+7
-4
lines changed

7 files changed

+7
-4
lines changed

containers/java-8-maven/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See LICENSE in the project root for license information.
44
#-----------------------------------------------------------------------------------------
55

6-
FROM maven:3.6-jdk-8
6+
FROM maven:3-jdk-8
77

88
# Install git, process tools
99
RUN apt-get update && apt-get -y install git procps
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "Java 8",
2+
"name": "Java 8 & Maven",
33
"dockerFile": "Dockerfile",
44
"extensions": [
5-
"vscjava.vscode-java-pack"
5+
"vscjava.vscode-java-pack",
6+
"redhat.vscode-xml"
67
]
78
}

containers/java-8-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
*Develop Java 8 based applications. Includes the JDK along with any dependencies Maven requires.*
5+
*Develop Java 8 based applications. Includes the JDK, XML tools, along with any dependencies Maven requires.*
66

77
| Metadata | Value |
88
|----------|-------|
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
33
org.eclipse.jdt.core.compiler.compliance=1.5
4+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
45
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
6+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
57
org.eclipse.jdt.core.compiler.processAnnotations=disabled
68
org.eclipse.jdt.core.compiler.release=disabled
79
org.eclipse.jdt.core.compiler.source=1.5
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)