Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Unify build script #19

Merged
merged 9 commits into from
Dec 18, 2021
Merged

Unify build script #19

merged 9 commits into from
Dec 18, 2021

Conversation

SinTh0r4s
Copy link
Member

Waiting on GT++ unification to be merged, but it is ready for review already!

@SinTh0r4s SinTh0r4s requested a review from a team December 8, 2021 13:13
@draknyte1
Copy link

Why does TT even have ++ as a dependency?

@SinTh0r4s
Copy link
Member Author

Because it uses it in code (import com.github.technus.tectech.compatibility.gtpp.GtppAtomLoader;)

addon.gradle Outdated
@@ -5,7 +5,7 @@ sourceSets.main {
task initAVRcore(type: Exec) {
description = "Updates (and inits) git submodules"
group = "Build Setup"
commandLine("cmd", "git", "--git-dir=\"" + projectDir.toString() + "/.git\"", "submodule", "update", "--init", "--recursive", "--remote")
commandLine 'git', '--git-dir="' + projectDir.toString() + '\\.git"', 'submodule', 'update', '--init', '--recursive', '--remote'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems ... suspect. Is there no better way to call git than shelling out with a patched together cmdline?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope to find a way. Jitpack won't accept it. Any ideas?

@Dream-Master Dream-Master marked this pull request as ready for review December 17, 2021 16:09
@Dream-Master
Copy link
Member

since avr code is merge lets try

@Dream-Master Dream-Master merged commit 8d24120 into master Dec 18, 2021
@Dream-Master Dream-Master deleted the unified-build-script branch December 18, 2021 19:17
basdxz added a commit to Technus/TecTech that referenced this pull request Dec 24, 2021
@basdxz basdxz mentioned this pull request Dec 24, 2021
5 tasks
matt-159 pushed a commit to GTMEGA/TecTech that referenced this pull request Jul 23, 2022
GTNewHorizons/TecTech/pull/19 Update buildscript

Unify build script

(cherry picked from commit 062fb04)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants