Tom Makin
Tom Makin
putting the property in gradle.properties didn't work for me. Do you think it could be slotted into build.gradle somewhere?
Yeah, I found that. But I have no idea how to make the compiler pay attention to it. That's why I went with gradle.properties.
I can't find any references to `log4j` in ews-java-api. The only place it shows up is the pom.xml for commons-logging inside repackaged-dependencies.jar
Nice work. Thanks for checking it out.
I just ran into this, and solved it using the `options` param on both `src` and `dest`. For example: ``` gulp.task('app:build', function () { const options = { cwd: __dirname}...
Moe, I found this thread when looking for something to detect if control key is pressed after a GetObject operation. So in case it helps your problem this is what...
I ran into this whilst migrating from old consumption to new flex model. This article unblocked https://blog.novanet.no/azure-functions-servicebustrigger-using-managed-identity-doesnt-wake-up-when-running-on-consumption-plan/ > If using User-assigned Managed Identity, add the following settings: `ServiceBusConnection__credential ("managedIdentity")` `ServiceBusConnection__clientId...