2010-02-26 04:05:10 +08:00
|
|
|
usePlugin 'eclipse'
|
|
|
|
usePlugin 'java'
|
|
|
|
|
|
|
|
version = '0.64'
|
|
|
|
jar.enabled = true
|
|
|
|
|
|
|
|
def appName = 'bbb-common-message'
|
|
|
|
|
|
|
|
archivesBaseName = appName
|
|
|
|
|
|
|
|
artifacts {
|
|
|
|
archives jar
|
|
|
|
}
|
|
|
|
|
|
|
|
repositories {
|
2010-03-05 01:16:07 +08:00
|
|
|
flatDir(name: 'fileRepo', dirs: "/opt/bigbluebutton/repo")
|
2010-02-26 04:05:10 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
uploadArchives {
|
|
|
|
uploadDescriptor = false
|
|
|
|
repositories {
|
|
|
|
add project.repositories.fileRepo
|
|
|
|
}
|
|
|
|
}
|