diff --git a/mathdisplaylib/build.gradle b/mathdisplaylib/build.gradle index 1dad03c..ccecfd4 100644 --- a/mathdisplaylib/build.gradle +++ b/mathdisplaylib/build.gradle @@ -62,9 +62,9 @@ repositories { // This pulls in freetype. Dependencies are in cdep.yml // This only needs to run once but is being run before every build right now so that gradle command line builds will work -task runcdep(type:Exec) { - commandLine './cdep' -} +//task runcdep(type:Exec) { +// commandLine './cdep' +//} preBuild.dependsOn(runcdep) diff --git a/mathdisplaylib/cdep b/mathdisplaylib/cdep index 17e000a..4e3e98a 100755 --- a/mathdisplaylib/cdep +++ b/mathdisplaylib/cdep @@ -6,7 +6,7 @@ ## ############################################################################## -MANIFEST=https://raw.githubusercontent.com/jomof/cdep/master/boot.yml +MANIFEST=https://raw.githubusercontent.com/google/cdep/dcfcbf45f263f639e2cea449b4b185f36589be25/boot.yml if [ -f "$1" ]; then MANIFEST=$1