Skip to content

Commit

Permalink
Adding self publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-itskovich committed Nov 21, 2015
1 parent 628dab9 commit dffc38b
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
buildscript {
repositories {
jcenter()
// mavenLocal()
maven { url "https://jitpack.io" }
maven { url "https://plugins.gradle.org/m2/" }
}

dependencies {
// classpath 'com.github.slim-gears:gradle-aio:0.4.3'
// classpath 'com.slimgears.gradle-aio:gradle-aio:0.4.3'
classpath 'com.github.slim-gears:gradle-aio:0.4.3'
}
}

apply plugin: 'groovy'
//apply plugin: 'groovy-lib-aio'
apply plugin: 'groovy-lib-aio'
apply plugin: 'idea'
//apply plugin: 'root-project-aio'
apply plugin: 'root-project-aio'

dependencies {
repositories {
Expand All @@ -39,20 +36,12 @@ dependencies {
group = 'com.slimgears.gradle-aio'
version = '0.4-SNAPSHOT'

//aioConfig {
// publishingAio {
// githubOrg = 'slim-gears'
// description = 'Gradle All-In-One plugin. Allows to reduce boiler plate for Android/Java applications and libraries'
// labels = ['gradle', 'gradle-plugin', 'android', 'bintray', 'java', 'maven']
// }
//}

//apply plugin: 'publishing-aio'

apply plugin: 'maven'

install {
repositories.mavenInstaller {
pom.artifactId = project.name
aioConfig {
publishingAio {
githubOrg = 'slim-gears'
description = 'Gradle All-In-One plugin. Allows to reduce boiler plate for Android/Java applications and libraries'
labels = ['gradle', 'gradle-plugin', 'android', 'bintray', 'java', 'maven']
}
}

apply plugin: 'publishing-aio'

0 comments on commit dffc38b

Please sign in to comment.