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.
1 parent 746b2b8 commit d85de89Copy full SHA for d85de89
README.md
@@ -55,21 +55,21 @@ The current set of features include:
55
1. Install Gradle.
56
Make sure you have Gradle 3.2 (or later) installed.
57
58
- *Ubuntu Bionic or later*
+ *Ubuntu Bionic or later*
59
60
sudo apt install gradle
61
62
- *macOS*
+ *macOS*
63
64
brew install gradle
65
66
- Note: if run into compatibily issues between gradle 3.x and Java 9, try using Java 8,
+ Note: if run into compatibily issues between gradle 3.x and Java 9, try using Java 8,
67
68
brew tap caskroom/versions
69
brew cask install java8
70
export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home
71
72
- *Windows*
+ *Windows*
73
74
choco install gradle
75
0 commit comments