Skip to content

Commit

Permalink
Update generate_jars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandlil authored Aug 7, 2023
1 parent c2ce6ca commit 48038e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Download JUnit and Mockito JARs
run: |
mkdir -p java/lib
wget -O java/lib/junit.jar https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar
wget -O java/lib/junit-4.13.1.jar https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar
wget -O java/lib/mockito.jar https://repo1.maven.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar
- name: Test Build Tools with Maven
Expand Down

0 comments on commit 48038e5

Please sign in to comment.