File tree 7 files changed +7
-7
lines changed
EventBusAnnotationProcessor
EventBusTestSubscriberInJar
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
7
7
java. targetCompatibility = JavaVersion . VERSION_1_8
8
8
9
9
dependencies {
10
- implementation project(' :eventbus' )
10
+ implementation project(' :eventbus-java ' )
11
11
implementation ' de.greenrobot:java-common:2.3.1'
12
12
13
13
// Generates the required META-INF descriptor to make the processor incremental.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
apply plugin : ' com.android.application'
14
14
15
15
dependencies {
16
- implementation project(' :eventbus' )
16
+ implementation project(' :eventbus-java ' )
17
17
implementation project(' :eventbus-android' )
18
18
annotationProcessor project(' :eventbus-annotation-processor' )
19
19
implementation ' com.squareup:otto:1.3.8'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
apply plugin : ' com.android.application'
14
14
15
15
dependencies {
16
- androidTestImplementation project(' :eventbus' )
16
+ androidTestImplementation project(' :eventbus-java ' )
17
17
androidTestImplementation project(' :eventbus-android' )
18
18
androidTestImplementation project(' :EventBusTestJava' )
19
19
androidTestAnnotationProcessor project(' :eventbus-annotation-processor' )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sourceSets {
15
15
16
16
dependencies {
17
17
compile fileTree(dir : ' libs' , include : ' *.jar' )
18
- compile(project(' :eventbus' )) {
18
+ compile(project(' :eventbus-java ' )) {
19
19
exclude group : " com.google.android" // Does not seem to work...
20
20
}
21
21
annotationProcessor project(' :eventbus-annotation-processor' )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ configurations {
10
10
}
11
11
12
12
dependencies {
13
- compile project(' :eventbus' )
13
+ compile project(' :eventbus-java ' )
14
14
provided project(' :eventbus-annotation-processor' )
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
31
31
}
32
32
33
33
dependencies {
34
- api project(" :eventbus" )
34
+ api project(" :eventbus-java " )
35
35
}
36
36
37
37
task sourcesJar (type : Jar ) {
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ include ':EventBusTestSubscriberInJar'
6
6
include ' :EventBusPerformance'
7
7
include ' :eventbus-android'
8
8
9
- project(" :EventBus" ). name = " eventbus"
9
+ project(" :EventBus" ). name = " eventbus-java "
10
10
project(" :EventBusAnnotationProcessor" ). name = " eventbus-annotation-processor"
You can’t perform that action at this time.
0 commit comments