Skip to content

Commit f3b4b71

Browse files
author
gaoxu
committed
删除plugin
1 parent ef18d40 commit f3b4b71

File tree

18 files changed

+6
-190
lines changed

18 files changed

+6
-190
lines changed

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aop-plugin/build.gradle

Lines changed: 0 additions & 38 deletions
This file was deleted.
Binary file not shown.

aop-plugin/build/ivy.xml

Lines changed: 0 additions & 32 deletions
This file was deleted.
-8.96 KB
Binary file not shown.

aop-plugin/build/poms/pom-default.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

aop-plugin/build/resources/main/META-INF/gradle-plugins/aop-plugin.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

aop-plugin/build/tmp/jar/MANIFEST.MF

Lines changed: 0 additions & 2 deletions
This file was deleted.

aop-plugin/src/main/groovy/com/gaoxu/aop_plugin/AopPlugin.groovy

Lines changed: 0 additions & 71 deletions
This file was deleted.

aop-plugin/src/main/resources/META-INF/gradle-plugins/aop-plugin.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

aoplibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: "maven"
2+
//apply plugin: "maven"
33
apply plugin: 'aop-plugin'
44

55
android {

app/build.gradle

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
apply plugin: 'com.android.application'
22
apply plugin:'aop-plugin'
33

4-
5-
//buildscript {
6-
// repositories {
7-
// mavenCentral()
8-
// }
9-
// dependencies {
10-
//// classpath 'org.aspectj:aspectjtools:1.8.9'
11-
// }
12-
//}
134
android {
145
compileSdkVersion 26
156
defaultConfig {
@@ -40,11 +31,11 @@ dependencies {
4031
testImplementation 'junit:junit:4.12'
4132
androidTestImplementation 'com.android.support.test:runner:1.0.2'
4233
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
43-
compile project(path: ':aoplibrary')
44-
// compile 'org.aspectj:aspectjrt:1.8.9'
34+
// compile 'org.aspectj:aspectjrt:1.8.9'
4535
androidTestCompile('com.android.support:support-annotations:26.1.0') {
4636
force = true
4737
}
48-
38+
// implementation 'com.github.gaoxu19930112:MyAop:1.0.0'
39+
implementation project(':aoplibrary')
4940
}
5041

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
repositories {
2424
google()
2525
jcenter()
26-
// maven { url 'https://jitpack.io' }
26+
maven { url 'https://www.jitpack.io' }
2727
maven {url 'https://dl.bintray.com/gaoxu930112/maven/'}
2828
}
2929
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':aoplibrary', ':aop-plugin'
1+
include ':app', ':aoplibrary'

0 commit comments

Comments
 (0)