-
Notifications
You must be signed in to change notification settings - Fork 1
Merge discvr 20.11 to develop #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
labkey-jeckels
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a build failure on a CSV reader dependency:
/mnt/teamcity/work/5d8c476e6f48e7d1/server/modules/DiscvrLabKeyModules/singlecell/api-src/org/labkey/api/singlecell/CellHashingService.java:3: error: package au.com.bytecode.opencsv does not exist
import au.com.bytecode.opencsv.CSVReader;
|
@labkey-jeckels got it, thanks. trunk is more strict than 20.11 i suppose. that package is used in singlecell-api and singlecell module. do I need to add apiImplementation and implementation to uild.gradle? implementation "net.sf.opencsv:opencsv:${opencsvVersion}" |
12f8fdd to
ed9488a
Compare
|
@labkey-jeckels I checked in the change to add opencsv. i dont see the TeamCity build, but hopefully this works. |
Add dependency to singlecell-api
|
Build looks happy now. Tests are running. https://teamcity.labkey.org/buildConfiguration/bt312/1239189 |
|
@labkey-jeckels yeah, i figured teamcity out. only issue it that we're hitting errors b/c MCC module now depends on EHR and that's not part of the TC build. @labkey-tchad you fixed this on 20.11. is this something we need in distributitons, or on the TeamCity contig? |
labkey-jeckels
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please hold the merge until the TeamCity configs are happy on develop, but approving to help move things forward when it's ready.
Merge discvr-21.3 to discvr-21.7
No description provided.