Skip to content

Commit

Permalink
prepare to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce3x committed Jan 17, 2017
1 parent 151371a commit 223b804
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 236 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
34 changes: 3 additions & 31 deletions bundler-annotations/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
apply plugin: 'java'
apply plugin: 'com.github.dcendents.android-maven'
targetCompatibility = JavaVersion.VERSION_1_7
sourceCompatibility = JavaVersion.VERSION_1_7

group = 'com.github.brucezz'

configurations {
provided
compile.extendsFrom provided
Expand All @@ -11,34 +14,3 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
provided deps.android
}

ext {
bintrayRepo = 'maven'
bintrayName = 'bundler-annotations'
orgName = 'workarounds'

publishedGroupId = 'in.workarounds.bundler'
libraryName = 'Bundler'
artifact = 'bundler-annotations'

libraryDescription = 'Annotations for bundler library'

siteUrl = 'https://github.com/workarounds/bundler'
gitUrl = 'https://github.com/workarounds/bundler.git'

libraryVersion = rootProject.ext.libraryVersion

developerId = 'workarounds'
developerName = 'Workarounds'
developerEmail = '[email protected]'

licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}


if (project.rootProject.file('local.properties').exists()) {
apply from: rootProject.file('gradle/install-v1.gradle')
apply from: rootProject.file('gradle/bintray-java-v1.gradle')
}
39 changes: 8 additions & 31 deletions bundler-compiler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
apply plugin: 'java'
apply plugin: 'com.github.dcendents.android-maven'
targetCompatibility = JavaVersion.VERSION_1_7
sourceCompatibility = JavaVersion.VERSION_1_7

group='com.github.brucezz'

configurations {
provided
compile.extendsFrom provided
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':bundler-annotations')
Expand All @@ -16,34 +24,3 @@ dependencies {
testCompile deps.robolectric
testCompile deps.compiletesting
}

ext {
bintrayRepo = 'maven'
bintrayName = 'bundler-compiler'
orgName = 'workarounds'

publishedGroupId = 'in.workarounds.bundler'
libraryName = 'Bundler'
artifact = 'bundler-compiler'

libraryDescription = 'Compiler for bundler library'

siteUrl = 'https://github.com/workarounds/bundler'
gitUrl = 'https://github.com/workarounds/bundler.git'

libraryVersion = rootProject.ext.libraryVersion

developerId = 'workarounds'
developerName = 'Workarounds'
developerEmail = '[email protected]'

licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}


if (project.rootProject.file('local.properties').exists()) {
apply from: rootProject.file('gradle/install-v1.gradle')
apply from: rootProject.file('gradle/bintray-java-v1.gradle')
}
31 changes: 0 additions & 31 deletions bundler-parceler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,3 @@ dependencies {
provided project(':bundler-annotations')
provided 'org.parceler:parceler-api:1.0.4'
}

ext {
bintrayRepo = 'maven'
bintrayName = 'bundler-parceler'
orgName = 'workarounds'

publishedGroupId = 'in.workarounds.bundler'
libraryName = 'Bundler'
artifact = 'bundler-parceler'

libraryDescription = 'Annotations for bundler library'

siteUrl = 'https://github.com/workarounds/bundler'
gitUrl = 'https://github.com/workarounds/bundler.git'

libraryVersion = rootProject.ext.libraryVersion

developerId = 'workarounds'
developerName = 'Workarounds'
developerEmail = '[email protected]'

licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}


if (project.rootProject.file('local.properties').exists()) {
apply from: rootProject.file('gradle/install-v1.gradle')
apply from: rootProject.file('gradle/bintray-java-v1.gradle')
}
52 changes: 0 additions & 52 deletions gradle/bintray-android-v1.gradle

This file was deleted.

47 changes: 0 additions & 47 deletions gradle/bintray-java-v1.gradle

This file was deleted.

42 changes: 0 additions & 42 deletions gradle/install-v1.gradle

This file was deleted.

0 comments on commit 223b804

Please sign in to comment.