native - gradle custom dependency resolution -


is possible bypass ivy (or whatever else gradle uses internally dependency resolution) , still keep same dependency dsl? i'm trying develop plugin resolving native dependencies use system's package manager install dependencies, gradle's repositoryhandler allows ivy, maven, or flat dir repositories.

if want bypass gradle's dependency resolution system, you'll have create own dsl. so, use gradle concepts such "extension objects" , "domain object containers".


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -