Skip to content
Snippets Groups Projects
Commit 252ccfe1 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: 31893
parent eec486e0
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ evaluationDependsOn(':dbmigration') ...@@ -6,7 +6,7 @@ evaluationDependsOn(':dbmigration')
evaluationDependsOn(':openbis') evaluationDependsOn(':openbis')
evaluationDependsOn(':datastore_server') evaluationDependsOn(':datastore_server')
apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle' apply from: '../gradle/javaproject.gradle'
dependencies { dependencies {
compile project(':common'), compile project(':common'),
......
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