Skip to content

Commit

Permalink
ckear bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdael committed Jul 31, 2021
1 parent ebea414 commit 6e37875
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 40 deletions.
9 changes: 0 additions & 9 deletions briefness-annotation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'java'
apply plugin: 'com.novoda.bintray-release'

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
Expand All @@ -8,11 +7,3 @@ dependencies {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

publish {
userOrg = bintray.userOrg
groupId = bintray.groupId
artifactId = 'briefness-annotation'
publishVersion = bintray.publishVersion
desc = bintray.desc
website = bintray.website
}
12 changes: 1 addition & 11 deletions briefness-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
apply plugin: 'java-gradle-plugin'
apply plugin: 'kotlin'
apply plugin: 'maven'
apply plugin: 'com.novoda.bintray-release'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -19,12 +17,4 @@ dependencies {
implementation 'com.android.tools.build:gradle:3.1.4'
implementation 'com.github.javaparser:javaparser-core:3.5.14'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.71'
}
publish{
userOrg = bintray.userOrg
groupId = bintray.groupId
artifactId = 'briefness-plugin'
publishVersion = bintray.publishVersion
desc = bintray.desc
website = bintray.website
}
}
10 changes: 0 additions & 10 deletions briefness/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -21,12 +20,3 @@ android {
dependencies {
compile project(path: ':briefness-annotation')
}

publish {
userOrg = bintray.userOrg
groupId = bintray.groupId
artifactId = 'briefness'
publishVersion = bintray.publishVersion
desc = bintray.desc
website = bintray.website
}
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,18 @@ buildscript {
'website' : 'https://github.com/hacknife/briefness',
]
repositories {
jcenter()
google()
maven {
url 'https://dl.bintray.com/hacknife/maven'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71"
classpath 'com.hacknife.briefness:briefness-plugin:1.9.1'
classpath 'com.novoda:bintray-release:0.7.0'
}


}

allprojects {
repositories {
jcenter()
google()
maven {
url 'https://dl.bintray.com/hacknife/maven'
Expand Down
1 change: 0 additions & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.application'
apply plugin: 'com.hacknife.briefness'

android {
compileSdkVersion 26
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ':example'
//include ':example'
include':briefness'
include':briefness-annotation'
include':briefness-compiler'
Expand Down

0 comments on commit 6e37875

Please sign in to comment.