We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Refers to Commit b2b5763
In file arduino-core/build.xml
arduino-core/build.xml
<target name="clean" description="Clean out the build directories"> <delete dir="bin" /> <delete file="arudino-core.jar" /> </target>
there is a typo in target clean arudino-core.jar should be arduino-core.jar instead
clean
arudino-core.jar
arduino-core.jar