Skip to content

Commit

Permalink
Add guava and xbase to gradle as mondo.sam requires #8
Browse files Browse the repository at this point in the history
  • Loading branch information
debrecenics committed Dec 4, 2019
1 parent cf866af commit e3a12b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions com.incquerylabs.magicdraw.benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,18 @@ class PreDist extends DefaultTask {
into "build/${distributionFolderName}/plugins/${groupName}"
}
}
if(artifact.getName().contains('guava')){
project.copy{
from artifact
into "build/${distributionFolderName}/plugins/${groupName}"
}
}
if(artifact.getName().contains('xbase')){
project.copy{
from artifact
into "build/${distributionFolderName}/plugins/${groupName}"
}
}
}

String sep = "\\" + File.separator
Expand Down

0 comments on commit e3a12b8

Please sign in to comment.