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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 19, 2019
2 parents a68bec6 + a31934c commit 4382a6e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/java-8-maven/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the MIT License. See LICENSE in the project root for license information.
#-----------------------------------------------------------------------------------------

FROM maven:3.6-jdk-8
FROM maven:3-jdk-8

# Install git, process tools
RUN apt-get update && apt-get -y install git procps
Expand Down
5 changes: 3 additions & 2 deletions containers/java-8-maven/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Java 8",
"name": "Java 8 & Maven",
"dockerFile": "Dockerfile",
"extensions": [
"vscjava.vscode-java-pack"
"vscjava.vscode-java-pack",
"redhat.vscode-xml"
]
}
2 changes: 1 addition & 1 deletion containers/java-8-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Summary

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

| Metadata | Value |
|----------|-------|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=disabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.5

0 comments on commit 4382a6e

Please sign in to comment.