Skip to content

Commit acad2d8

Browse files
committed
Convert omero to use addExternalDependency
1 parent 35766d2 commit acad2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omerointegration/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414

1515
//excludes based on: https://github.com/glencoesoftware/omero-ms-core/blob/master/build.gradle
1616
dependencies {
17-
external "org.openmicroscopy:omero-gateway:5.6.3"
17+
external ("org.openmicroscopy:omero-gateway:5.6.3")
1818
{
1919
exclude group: 'OME'
2020
exclude group: 'antlr'

0 commit comments

Comments
 (0)