We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841fb80 commit 22f8eb5Copy full SHA for 22f8eb5
install.windows.ps1
@@ -8,8 +8,8 @@
8
iwr -useb https://raw.githubusercontent.com/JayBazuzi/machine-setup/main/windows.ps1 | iex
9
iwr -useb https://raw.githubusercontent.com/JayBazuzi/machine-setup/main/java-intellij.ps1 | iex
10
11
-#install project specific tools
12
-choco install -y jdk8
+#install project-specific tools
+choco install -y openjdk maven
13
14
# Clone repo
15
& "C:\Program Files\Git\cmd\git.exe" clone https://github.com/approvals/ApprovalTests.java.git C:\Code\ApprovalTests.java
0 commit comments