Skip to content

Commit 22f8eb5

Browse files
committed
. e update install to use openjdk and maven
1 parent 841fb80 commit 22f8eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.windows.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
iwr -useb https://raw.githubusercontent.com/JayBazuzi/machine-setup/main/windows.ps1 | iex
99
iwr -useb https://raw.githubusercontent.com/JayBazuzi/machine-setup/main/java-intellij.ps1 | iex
1010

11-
#install project specific tools
12-
choco install -y jdk8
11+
#install project-specific tools
12+
choco install -y openjdk maven
1313

1414
# Clone repo
1515
& "C:\Program Files\Git\cmd\git.exe" clone https://github.com/approvals/ApprovalTests.java.git C:\Code\ApprovalTests.java

0 commit comments

Comments
 (0)