Skip to content

Commit 57b5234

Browse files
authored
Merge pull request #27 from melissalinkert/unidata-repo-fix
Fix Unidata repo URL
2 parents ee9eb7e + b1cef6d commit 57b5234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
mavenCentral()
1616
maven {
1717
name 'Unidata'
18-
url 'https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases'
18+
url 'https://artifacts.unidata.ucar.edu/repository/unidata-releases/'
1919
}
2020
maven {
2121
url 'https://artifacts.openmicroscopy.org/artifactory/maven/'

0 commit comments

Comments
 (0)