Skip to content

Commit

Permalink
bump jacoco molecule var and task comment to correct version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
don.sizemore committed Feb 26, 2021
1 parent 048d667 commit 7889ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ provisioner:
jacoco:
enabled: false
home: /tmp/jacoco
version: 0.8.1
version: 0.8.6
maxfileuploadsizeinbytes:
file_fixity_checksum_algorithm: "MD5"
memheap: 2048
Expand Down
2 changes: 1 addition & 1 deletion tasks/jacoco-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
state: directory
mode: '0755'

- name: download jacoco. currently 0.8.1 is required per pom.xml
- name: download jacoco. currently 0.8.6 is required per develop branch pom.xml
unarchive:
src: https://repo1.maven.org/maven2/org/jacoco/jacoco/{{ dataverse.jacoco.version }}/jacoco-{{ dataverse.jacoco.version }}.zip
dest: '{{ dataverse.jacoco.home }}'
Expand Down

0 comments on commit 7889ffd

Please sign in to comment.