Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Remove unsuitable tab chars.
Browse files Browse the repository at this point in the history
fixes eclipse-che/che#15483.

Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
  • Loading branch information
monaka committed Dec 15, 2019
1 parent 2eb32da commit 890c0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devfiles/java-mysql/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
alias: tools
image: quay.io/eclipse/che-java8-maven:nightly
env:
- name: MAVEN_CONFIG
- name: MAVEN_CONFIG
value: ""
- name: JAVA_OPTS
value: "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-web-spring/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
alias: tools
image: quay.io/eclipse/che-java8-maven:nightly
env:
- name: MAVEN_CONFIG
- name: MAVEN_CONFIG
value: ""
- name: JAVA_OPTS
value: "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10
Expand Down

0 comments on commit 890c0a7

Please sign in to comment.