summaryrefslogtreecommitdiff
path: root/buildSrc/src/main/groovy
AgeCommit message (Collapse)Author
2024-08-22samba: Add docker server run by testsJoel Klinghed
Current user needs to be in docker group (or in some other way have access to the docker.socket) for this to work. Two current problems: * listRoot() fails, no directories are found. * gradle hangs after running the samba tests
2024-07-16Break out io code in libsJoel Klinghed
Preparing for adding more io implementations. Really tried writing the convention plugins in kotlin dsl but could not find the exact right hacks to get it to work.