Last active
August 4, 2020 02:04
-
-
Save ROMVoid95/cd8301c0b8303e7722c634b01ede9c31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task copyMiccore(type: Copy) { | |
from '/submodule/MicdoodleCore/src/main' | |
into 'src/main' | |
} | |
task subModule(type:Exec) { | |
commandLine 'git', 'submodule', 'add', '-b', '1.12' 'https://github.com/micdoodle8/MicdoodleCore', 'submodule/MicdoodleCore' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment