Skip to content

Commit

Permalink
tell project to look for missing dependencies on unidata artifacts se…
Browse files Browse the repository at this point in the history
…rver
  • Loading branch information
Hailey Johnson committed Jul 15, 2024
1 parent 03e3d14 commit 1bb90dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# test against latest 11, 14 of zulu and 11 of temurin java
# test against latest 11 of zulu and temurin java
java-version: [ 11 ]
java-vendor: [ 'zulu', 'temurin' ]
# test against tomcat 8.5.x and tomcat 9.x
servletcontainer: [ 'tomcat85', 'tomcat9' ]
include:
- java-version: 14
java-vendor: 'zulu'
servletcontainer: 'tomcat85'
- java-version: 14
java-vendor: 'zulu'
servletcontainer: 'tomcat9'
steps:
- uses: actions/checkout@v4
- name: Build and test with Gradle (${{ matrix.java-vendor }} ${{ matrix.java-version }})
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ buildscript {
includeModule 'edu.ucar.unidata.site', 'jekyll-plugin'
includeModule 'edu.ucar.unidata.site', 'jekyll-gems'
includeModule 'edu.ucar.unidata', 'unidata-nexus-gradle'
includeModule 'com.burgstaller', 'okhttp-digest'
includeModule 'org.ysb33r.gradle', 'grolifant'
}
}
}
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 1bb90dd

Please sign in to comment.