Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mathdisplaylib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mathdisplaylib/cdep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down