1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-24 22:23:21 +00:00
Modernized/improved/actually updated version of ComputerCraft: https://tweaked.cc
Go to file
Jonathan Coates 6cb3657080
Update go4it to reflect recent Gradle changes
I really wanted to use includeBuild instead of include here, but it
doesn't work very well with genIntellijRuns right now - I think we might
need to do some more magic to fix that.
2022-07-27 10:36:39 +01:00
.editorconfig Add some utilities to automate CC:T releases 2021-01-09 18:25:24 +00:00
.gitignore Update go4it to reflect recent Gradle changes 2022-07-27 10:36:39 +01:00
go4it Update go4it to reflect recent Gradle changes 2022-07-27 10:36:39 +01:00
LICENCE Add some utilities to automate CC:T releases 2021-01-09 18:25:24 +00:00
README.md Rename the tool 2021-01-09 21:41:39 +00:00

CC: Tweaked build scripts

You probably don't want this branch - check out the main repository instead!

As CC: Tweaked targets multiple Minecraft versions, releasing updates can be a bit of a pain. This branch provides a script to set up a development environment and semi-automate releases.

Usage

> git clone git@github.com:SquidDev-CC/CC-Tweaked.git
> cd CC-Tweaked
> git checkout build-tools

# Set up the various worktrees.
> ./go4it setup
# Merge branches and publish a release. You probably don't want this unless you
# have all my secret keys.
> ./go4it release