Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Oct 26, 2023
1 parent a4be5a7 commit 074e13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ $java.home = ${java.home}</echo>
<condition property="subPath" value="discovery.earlyaccess" else="discovery.central">
<matches pattern=".*earlyaccess.*" string="${project.build.directory}"/>
</condition>
<condition property="stream" value="${stream_jbt}" else="${versionWithRespin_jbt}">
<condition property="stream" value="${stream_jbt}" else="${version_jbt}">
<matches pattern="snapshots" string="${buildType}"/>
</condition>
<!-- header -->
Expand Down

0 comments on commit 074e13c

Please sign in to comment.