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 @@ -91,18 +91,18 @@ dependencies {
9191 )
9292 )
9393
94- // BuildUtils.addExternalDependency(
95- // project,
96- // new ExternalDependency(
97- // 'cisd:jhdf5:19.04.1',
98- // 'JHDF5',
99- // 'JHDF5',
100- // 'https://unlimited.ethz.ch/display/JHDF/',
101- // ExternalDependency.BSD_LICENSE_NAME,
102- // ExternalDependency.BSD_LICENSE_URL,
103- // 'JHDF5 is a Java binding for HDF5. Used by FastQC'
104- // )
105- // )
94+ BuildUtils . addExternalDependency(
95+ project,
96+ new ExternalDependency (
97+ ' cisd:jhdf5:19.04.1' ,
98+ ' JHDF5' ,
99+ ' JHDF5' ,
100+ ' https://unlimited.ethz.ch/display/JHDF/' ,
101+ ExternalDependency . BSD_LICENSE_NAME ,
102+ ExternalDependency . BSD_LICENSE_URL ,
103+ ' JHDF5 is a Java binding for HDF5. Used by FastQC'
104+ )
105+ )
106106
107107 BuildUtils . addExternalDependency(
108108 project,
You can’t perform that action at this time.
0 commit comments