Skip to content

Commit

Permalink
Merge pull request #171 from Open-MBEE/release/4.1.3
Browse files Browse the repository at this point in the history
MAGICDRAW-1143 - Updating CSM-core dependency
  • Loading branch information
ivan-gomes authored Dec 12, 2019
2 parents 27a2e88 + b9f7e62 commit 6d4df0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {
// Other dependencies we're unable to resolve via standard repositories

if (buildAccess == 'internal') {
preCompile group: 'gov.nasa.jpl.cae.magicdraw', name: 'cae-cameo-systems-modeler-core', version: '4.1.3', ext: 'zip'
preCompile group: 'gov.nasa.jpl.cae.nomagic', name: 'cae-cameo-systems-modeler-core', version: '4.1.3', classifier: 'linux', ext: 'zip'
}
else {
preCompile group: 'com.nomagic', name: 'demomagicdraw', version: '190sp2', classifier: 'MagicDraw_Demo_190_sp2_no_install', ext: 'zip'
Expand Down

0 comments on commit 6d4df0b

Please sign in to comment.