Skip to content

Instantly share code, notes, and snippets.

@ROMVoid95
Last active August 4, 2020 02:04
Show Gist options
  • Save ROMVoid95/cd8301c0b8303e7722c634b01ede9c31 to your computer and use it in GitHub Desktop.
Save ROMVoid95/cd8301c0b8303e7722c634b01ede9c31 to your computer and use it in GitHub Desktop.
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