Created
July 12, 2019 16:12
-
-
Save philippreston/e79947e35572c65ba1119eca75f77cf8 to your computer and use it in GitHub Desktop.
unix-socket-factory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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