Skip to content

Commit

Permalink
Look for missing 3rd party dependencies in own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Jul 15, 2024
1 parent 7a33c66 commit 122cae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions gradle/root/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit 122cae1

Please sign in to comment.