Skip to content

Instantly share code, notes, and snippets.

@philippreston
Created July 12, 2019 16:12
Show Gist options
  • Save philippreston/e79947e35572c65ba1119eca75f77cf8 to your computer and use it in GitHub Desktop.
Save philippreston/e79947e35572c65ba1119eca75f77cf8 to your computer and use it in GitHub Desktop.
unix-socket-factory
// This forces unix-socket-factory to a later version which carries the native dependancies for building on the MAC
// over a UNIX domain socket
configurations.all {
//noinspection GroovyAssignabilityCheck
resolutionStrategy {
force 'de.gesellix:unix-socket-factory:2016-04-06T22-21-19'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment