-
Notifications
You must be signed in to change notification settings - Fork 435
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
Issue while building #5
Comments
Is your SQL Server using port 3306? By default maven tries to run unit test cases. You can skip test by adding -Dmaven.test.skip=true
|
@xennygrimmato : By adding -Dmaven.test.skip=true can you able to build ? |
@v-nisidh |
lilgreenbird
referenced
this issue
in lilgreenbird/mssql-jdbc
Aug 13, 2020
Add tenantID to pipeline yml
David-Engel
pushed a commit
to David-Engel/mssql-jdbc
that referenced
this issue
Oct 7, 2021
added getConnectionFields
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to build on Mac OS X, I get the following message:
I have set a local DB's config in
src/test/serverConfig.cfg
.How do I build the project?
The text was updated successfully, but these errors were encountered: