Microsoft doesn't publish its Sql Server jdbc drivers in Maven central; they're only available as a download form msdn.
With Maven, one possible solution was to install the missing jar in Maven's local repository, but that has to be done separately on each machine, and it wouldn't work with a Gradle build that doesn't use the local Maven repository.
Is there a convenient way of placing the jar in the company's central artifactory repo?