File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ apply from: 干.file('spotless/freshmark.gradle')
13
13
14
14
subprojects { subProject ->
15
15
apply from : 干. file(' base/java8.gradle' )
16
- apply plugin : ' java-library'
17
16
18
17
if (subProject. name == ' durian-swt' ) {
19
18
// configured there
@@ -31,7 +30,7 @@ subprojects { subProject ->
31
30
}
32
31
}
33
32
dependencies {
34
- api project(' :durian-swt' )
33
+ implementation project(' :durian-swt' )
35
34
}
36
35
configurations. all {
37
36
resolutionStrategy. eachDependency { DependencyResolveDetails details ->
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.diffplug.gradle.eclipse.mavencentral'
2
2
eclipseMavenCentral { release SWT_VERSION , {
3
- api ' org.eclipse.swt'
4
- api ' org.eclipse.jface'
3
+ implementation ' org.eclipse.swt'
4
+ implementation ' org.eclipse.jface'
5
5
useNativesForRunningPlatform()
6
6
} }
7
7
dependencies {
8
- api project(' :durian-swt.os' )
9
- api " com.diffplug.durian:durian-rx:$VER_DURIAN_RX "
10
- api " io.reactivex.rxjava2:rxjava:$VER_RXJAVA "
8
+ implementation project(' :durian-swt.os' )
9
+ implementation " com.diffplug.durian:durian-rx:$VER_DURIAN_RX "
10
+ implementation " io.reactivex.rxjava2:rxjava:$VER_RXJAVA "
11
11
implementation " com.diffplug.durian:durian-core:$VER_DURIAN "
12
12
implementation " com.diffplug.durian:durian-collect:$VER_DURIAN "
13
13
implementation " com.diffplug.durian:durian-concurrent:$VER_DURIAN "
You can’t perform that action at this time.
0 commit comments