Skip to content

Commit

Permalink
JBIDE-16140 remove quotes from test.jre properties
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Jul 22, 2015
1 parent 7835769 commit adcbb71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildchow/templates/component-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
- BUILD_ID=${{BUILD_ID}}
- BUILD_NUMBER=${{BUILD_NUMBER}}
- skipPrivateRequirements=false
- jbosstools.test.jre.5="${{NATIVE_TOOLS}}${{SEP}}${{JAVA15}}"
- jbosstools.test.jre.6="${{NATIVE_TOOLS}}${{SEP}}${{JAVA16}}"
- jbosstools.test.jre.7="${{NATIVE_TOOLS}}${{SEP}}${{JAVA17}}"
- jbosstools.test.jre.8="${{NATIVE_TOOLS}}${{SEP}}${{JAVA18}}"
- jbosstools.test.jre.5=${{NATIVE_TOOLS}}${{SEP}}${{JAVA15}}
- jbosstools.test.jre.6=${{NATIVE_TOOLS}}${{SEP}}${{JAVA16}}
- jbosstools.test.jre.7=${{NATIVE_TOOLS}}${{SEP}}${{JAVA17}}
- jbosstools.test.jre.8=${{NATIVE_TOOLS}}${{SEP}}${{JAVA18}}
settings: "{maven-settings}"
private-repository: true
java-opts:
Expand Down

0 comments on commit adcbb71

Please sign in to comment.