diff --git a/build.gradle b/build.gradle index 81eb4289b4..89211f20d8 100644 --- a/build.gradle +++ b/build.gradle @@ -24,6 +24,8 @@ buildscript { } // only look for unidata plugin related artifacts from the unidata-all repo filter { + includeModule 'com.burgstaller', 'okhttp-digest' + includeModule 'org.ysb33r.gradle', 'grolifant' includeModule 'edu.ucar.unidata.site', 'jekyll-plugin' includeModule 'edu.ucar.unidata.site', 'jekyll-gems' includeModule 'edu.ucar.unidata', 'unidata-nexus-gradle' diff --git a/gradle/root/publishing.gradle b/gradle/root/publishing.gradle index 507b3cebd0..d902818fad 100644 --- a/gradle/root/publishing.gradle +++ b/gradle/root/publishing.gradle @@ -17,6 +17,7 @@ buildscript { // only look for unidata plugin related artifacts from the unidata-all repo filter { includeModule 'edu.ucar.unidata', 'unidata-nexus-gradle' + includeModule 'com.burgstaller', 'okhttp-digest' } } }