Fix artifact repository URL

This commit is contained in:
ebner 2016-11-30 15:53:22 +01:00
parent 8e5ca84a9e
commit ec38041ddf

View File

@ -13,7 +13,7 @@ targetCompatibility = 1.7
repositories {
mavenCentral()
maven { url "http://slsyoke4.psi.ch:8081/artifactory/libs-releases" }
maven { url "http://artifacts.psi.ch/artifactory/libs-releases" }
}
dependencies {
compile group: 'hdf5', name: 'hdf', version:'2.10.0'