You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
397 B
13 lines
397 B
apply plugin: 'com.novoda.bintray-release'
|
|
publish {
|
|
// artifactId = 'aria-compiler'
|
|
// uploadName = 'AriaCompiler'
|
|
artifactId = 'compiler'
|
|
uploadName = 'Compiler'
|
|
userOrg = rootProject.ext.userOrg
|
|
groupId = rootProject.ext.groupId
|
|
publishVersion = rootProject.ext.publishVersion
|
|
desc = rootProject.ext.desc
|
|
website = rootProject.ext.website
|
|
licences = rootProject.ext.licences
|
|
} |