Skip to content

Instantly share code, notes, and snippets.

@yuanliwei
Created January 6, 2016 13:36
Show Gist options
  • Save yuanliwei/bed7c56fe9baf20b1222 to your computer and use it in GitHub Desktop.
Save yuanliwei/bed7c56fe9baf20b1222 to your computer and use it in GitHub Desktop.
Gradle环境变量配置

Gradle环境变量配置

  • GRADLE_HOME = C:\Gradle
  • PATH = %GRADLE_HOME%\bin
  • 运行gradle -v检查安装是否正确
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment