File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -93,18 +93,18 @@ dependencies {
9393 )
9494 )
9595
96- // BuildUtils.addExternalDependency(
97- // project,
98- // new ExternalDependency(
99- // 'cisd:jhdf5:19.04.1',
100- // 'JHDF5',
101- // 'JHDF5',
102- // 'https://unlimited.ethz.ch/display/JHDF/',
103- // ExternalDependency.BSD_LICENSE_NAME,
104- // ExternalDependency.BSD_LICENSE_URL,
105- // 'JHDF5 is a Java binding for HDF5. Used by FastQC'
106- // )
107- // )
96+ BuildUtils . addExternalDependency(
97+ project,
98+ new ExternalDependency (
99+ ' cisd:jhdf5:19.04.1' ,
100+ ' JHDF5' ,
101+ ' JHDF5' ,
102+ ' https://unlimited.ethz.ch/display/JHDF/' ,
103+ ExternalDependency . BSD_LICENSE_NAME ,
104+ ExternalDependency . BSD_LICENSE_URL ,
105+ ' JHDF5 is a Java binding for HDF5. Used by FastQC'
106+ )
107+ )
108108
109109 BuildUtils . addExternalDependency(
110110 project,
You can’t perform that action at this time.
0 commit comments