Skip to content
Snippets Groups Projects
Commit f68d73b2 authored by felmer's avatar felmer
Browse files

SSDM-561: 'apply from' remote...

SSDM-561: 'apply from' remote (http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle) replaced by local (../gradle/javaproject.gradle)

SVN: 31891
parent 9048b6f3
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ evaluationDependsOn(':dbmigration')
evaluationDependsOn(':openbis')
evaluationDependsOn(':datastore_server')
apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle'
apply from: '../gradle/javaproject.gradle'
dependencies {
compile project(':datastore_server'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment