Issues integrating gradle with MS SQL Always encrypted

We are builing an app with gradle but we havent been able to insert into a table with encrypted columns. We have added this dependencies:

classpath ‘com.microsoft.sqlserver:mssql-jdbc:10.2.1.jre8’
classpath ‘com.microsoft.azure:azure-keyvault:1.2.6’
classpath ‘com.microsoft.azure:msal4j:1.11.0’
classpath ‘com.azure:azure-core:1.30.0’
classpath ‘com.azure:azure-core-http-netty:1.12.0’

but seems we are missing something.

Thanks for any inputs on this

Are you trying to insert into that table from the build logic or your production code?
I’d guess the latter, if so, what does that question then have to do with Gradle?
If not, what do you actually try to do and what exact error do you get, you neither showed what code you execute, nor what error you get.