diff --git a/setup-xtc-repo.sh b/setup-xtc-repo.sh new file mode 100755 index 0000000..a505af2 --- /dev/null +++ b/setup-xtc-repo.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +rm -fr ~/.gradle/init.d/xtc* +curl "https://raw.githubusercontent.com/xtclang/xvm/xtc-first-plugin/gradle/config/repos/xtc-repo-minimal.init.gradle.kts.template" >~/.gradle/init.d/xtc-repo-minimal.init.gradle.kts