Gradle build broken for netbeansUrl

Good day folks,

@normen, I found a problem with the gradle build on the repo trunk.

The change you made recently to the gradle.build and gradle.properties is broken.

- move netbeans download URL to gradle.properties

The property: netbeansUrl = “http://download.netbeans.org/netbeans/8.0/final/zip/netbeans-8.0-201403101706-javase.zip

should be : netbeansUrl = http://download.netbeans.org/netbeans/8.0/final/zip/netbeans-8.0-201403101706-javase.zip

without the quotation marks.

Thanks.

1 Like

Thanks, gonna fix that soon

Cool, no problem.