Fixed now? The online user guide is still "install" now, not "installApp" . Please check this.
http://www.gradle.org/current/docs/userguide/application_plugin.html runclassesJavaExec<http://www.gradle.org/current/docs/dsl/org.gradle.api.tasks.JavaExec.html>Starts the application.startScriptsjarCreateStartScripts<http://www.gradle.org/current/docs/dsl/org.gradle.api.tasks.application.CreateStartScripts.html>Creates OS specific scripts to run the project as a JVM application.installjar, startScriptsSync<http://www.gradle.org/current/docs/dsl/org.gradle.api.tasks.Sync.html>Installs the application into a specified directory.distZipjar, startScriptsZip<http://www.gradle.org/current/docs/dsl/org.gradle.api.tasks.bundling.Zip.html>Creates a full distribution ZIP archive including runtime libraries and OS specific scripts. > > Thanks, when I turn to use installApp, it works. > > Seems the userguide is not update for this upgrade, both the online > userguide and the one in the distribution zip file of 1.0-milestone-3. > > > This is fixed now. > > > >
