pull/330/head
AriaLyy 8 years ago
parent 2566f37403
commit 987e54eb25
  1. 7
      Aria/build.gradle
  2. 23
      AriaAnnotations/build.gradle
  3. 23
      AriaCompiler/build.gradle
  4. 3
      build.gradle

@ -23,8 +23,8 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile project(':AriaCompiler')
// compile project(':AriaAnnotations')
// compile project(':AriaCompiler')
compile project(':AriaAnnotations')
}
//apply from: 'jcenter.gradle'
@ -61,7 +61,8 @@ publish {
artifactId = 'aria-core'
userOrg = rootProject.userOrg
groupId = rootProject.groupId
uploadName = rootProject.uploadName
// uploadName = rootProject.uploadName
uploadName = 'AriaApi'
publishVersion = rootProject.publishVersion
description = rootProject.description
website = rootProject.website

@ -1,5 +1,5 @@
apply plugin: 'java'
apply plugin: 'bintray-release'
//apply plugin: 'bintray-release'
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
@ -12,13 +12,14 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
publish {
artifactId = 'aria-annotations'
userOrg = rootProject.userOrg
groupId = rootProject.groupId
uploadName = rootProject.uploadName
publishVersion = rootProject.publishVersion
description = rootProject.description
website = rootProject.website
licences = rootProject.licences
}
//publish {
// artifactId = 'aria-annotations'
// userOrg = rootProject.userOrg
// groupId = rootProject.groupId
//// uploadName = rootProject.uploadName
// uploadName = 'AriaAnnotations'
// publishVersion = rootProject.publishVersion
// description = rootProject.description
// website = rootProject.website
// licences = rootProject.licences
//}

@ -1,5 +1,5 @@
apply plugin: 'java'
apply plugin: 'bintray-release'
//apply plugin: 'bintray-release'
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
@ -15,13 +15,14 @@ dependencies {
compile project(':AriaAnnotations')
}
publish {
artifactId = 'aria-compiler'
userOrg = rootProject.userOrg
groupId = rootProject.groupId
uploadName = rootProject.uploadName
publishVersion = rootProject.publishVersion
description = rootProject.description
website = rootProject.website
licences = rootProject.licences
}
//publish {
// artifactId = 'aria-compiler'
// userOrg = rootProject.userOrg
// groupId = rootProject.groupId
//// uploadName = rootProject.uploadName
// uploadName = 'AriaCompiler'
// publishVersion = rootProject.publishVersion
// description = rootProject.description
// website = rootProject.website
// licences = rootProject.licences
//}

@ -35,8 +35,7 @@ task clean(type: Delete) {
ext {
userOrg = 'arialyy'
groupId = 'com.arialyy.aria_pre'
uploadName = 'AriaPre'
groupId = 'com.arialyy.aria'
// uploadName = 'AriaPre'
publishVersion = '0.0.3'
repoName='maven'

Loading…
Cancel
Save