Skip to content

Commit

Permalink
Added temporary script for setting up the XTC GitHub Maven repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
lagergren committed Dec 23, 2023
1 parent 81cd181 commit f72b83f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup-xtc-repo.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f72b83f

Please sign in to comment.