https://github.com/wala/WALA
Raw File
Tip revision: e41ef905d4ca9c7e1671c18fb43c2322d723f831 authored by Ben Liblit on 31 March 2024, 17:56:14 UTC
Use new API for updating collection properties
Tip revision: e41ef90
xvfb-gradle.sh
#!/bin/sh -efu

exec xvfb-run --auto-servernum ./gradlew "$@"
back to top