From cf75ec20fa895a48cff55195644a07483cabc725 Mon Sep 17 00:00:00 2001 From: Wisnu Priyambodo Date: Mon, 27 Mar 2023 15:58:59 +0700 Subject: [PATCH 1/2] update cdep --- mathdisplaylib/cdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 01ac351547a6ab7c6a2ee97434b3791b20a65f71 Mon Sep 17 00:00:00 2001 From: Wisnu Priyambodo Date: Wed, 29 Mar 2023 13:42:40 +0700 Subject: [PATCH 2/2] disable cdep --- mathdisplaylib/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)