1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-08 08:20:29 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Jonathan Coates
6bc161ac42
Add script to download translations
Ideally this'd work per-branch, and be done as part of ./go4it build,
but this works for now.
2024-11-15 08:12:45 +00:00
Jonathan Coates
8bed862c38
Add a script to upload source translations
Crowdin's GH integration is really getting on my nerves, so let's just
roll our own. This has the added advantage of supporting multiple
branches at once, without having to use Crowdin premium.
2024-11-07 12:56:04 +00:00
Jonathan Coates
4c8f8c5f9e
Update for multi-loader vesions
- Remove multi-version project. I wish I could make this work, but I
   don't think it's feasible right now.
 - Add 1.19.x (well, 1.19.4) and 1.20.x.
 - Use publish instead of uploadAll for publishing.
2023-07-07 20:04:23 +01:00
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
Jonathan Coates
ab4e1dee63
MC 1.19 2022-06-10 00:27:44 +01:00
Jonathan Coates
8c5e131bfe
Stop building 1.17
Nobody uses it anyway :)
2022-05-22 15:04:24 +01:00
Jonathan Coates
a9fc3edb5e
Fix npm ci always being run 2021-12-14 19:53:46 +00:00
Jonathan Coates
dbc8c18b34
Add 1.18.x support
Also install node modules if needed
2021-12-11 07:51:48 +00:00
Jonathan Coates
822445717d
Put run configurations into folders 2021-09-26 09:56:06 +01:00
Jonathan Coates
ad36166f50
Update build/release script
- No more 1.15.x
 - Run ./gradlew build under xvfb-run
2021-08-22 18:06:40 +01:00
Jonathan Coates
1be9a9df22
Uncomment the actually useful bits! 2021-08-17 21:01:33 +01:00
Jonathan Coates
4a560c4ad8
Add a task to fixup run configuration JDKs/modules 2021-08-17 20:47:43 +01:00
Jonathan Coates
f0556646c2
Add 1.17 to go4it 2021-08-05 19:23:39 +01:00
Jonathan Coates
2f79849828
Remove Java 8 check 2021-06-28 23:09:05 +01:00
Jonathan Coates
21207cb405 Add a version guard to go4it
Ideally we'd have one in Gradle too, but eh.
2021-04-24 12:02:27 +01:00
Jonathan Coates
27770a3172 Split git checks out into a separate command
`./go4it check-git' now verifies:
 - We're on the right branch.
 - We've no uncommited changes.
 - Each branch is up-to-date with the remote.
2021-01-15 10:18:22 +00:00
Jonathan Coates
0b67b66a5d Rename the tool
gfi doesn't mean anything. go4it is proper children's programming
2021-01-09 21:41:39 +00:00
Jonathan Coates
10d2ea6fba Add some utilities to automate CC:T releases
Not sure how useful this'll be, but we'll see.
2021-01-09 18:25:24 +00:00