We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890dbcd commit 12d4c11Copy full SHA for 12d4c11
1 file changed
nbi/stub/build.xml
@@ -242,7 +242,7 @@ jarsigner.enabled=${jarsigner.enabled}
242
target="${bundles.release.dir}/${bundle.files.prefix}-${platform}.${bundle.extention}">
243
<component uid="${main.product.uid}" version="${main.product.version}"/>
244
<component uid="blender" version="${main.product.version}"/>
245
- <!--<component uid="jdk" version="${main.product.version}"/>-->
+ <component uid="jdk" version="${main.product.version}"/>
246
<!--property name="nbi.bundled.jvm.file" value="${basedir}/../../jdks/mac_jdk.bin"/-->
247
</create-bundle>
248
</if>
0 commit comments