File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ apply from : 干. file(' base/kotlin.gradle' )
2
+
1
3
apply plugin : ' com.diffplug.eclipse.mavencentral'
2
4
eclipseMavenCentral {
3
5
release SWT_VERSION , {
@@ -15,6 +17,7 @@ dependencies {
15
17
implementation " com.diffplug.durian:durian-concurrent:$VER_DURIAN "
16
18
compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
17
19
compileOnly ' com.google.code.findbugs:annotations:3.0.1'
20
+ compileOnly " org.jetbrains:annotations:23.0.0"
18
21
19
22
testImplementation " junit:junit:$VER_JUNIT "
20
23
testImplementation " org.assertj:assertj-core:$VER_ASSERTJ "
Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ pluginManagement {
2
2
plugins {
3
3
id ' com.diffplug.blowdryer' version ' 1.5.1'
4
4
id ' com.diffplug.blowdryerSetup' version ' 1.5.1'
5
- id ' com.diffplug.eclipse.mavencentral' version ' 3.35 .0'
6
- id ' com.diffplug.spotless' version ' 6.3.0 '
5
+ id ' com.diffplug.eclipse.mavencentral' version ' 3.36 .0'
6
+ id ' com.diffplug.spotless' version ' 6.4.1 '
7
7
id ' com.diffplug.spotless-changelog' version ' 2.4.0'
8
- id ' com.gradle.plugin-publish' version ' 0.20 .0'
8
+ id ' com.gradle.plugin-publish' version ' 0.21 .0'
9
9
id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
10
10
id ' org.jdrupes.mdoclet' version ' 1.0.10'
11
+ id ' org.jetbrains.kotlin.jvm' version ' 1.6.10'
11
12
}
12
13
}
13
14
plugins {
@@ -18,9 +19,10 @@ plugins {
18
19
id ' com.gradle.plugin-publish' apply false
19
20
id ' io.github.gradle-nexus.publish-plugin' apply false
20
21
id ' org.jdrupes.mdoclet' apply false
22
+ id ' org.jetbrains.kotlin.jvm' apply false
21
23
}
22
24
blowdryerSetup {
23
- github ' diffplug/blowdryer-diffplug' , ' tag' , ' 5.2.0 '
25
+ github ' diffplug/blowdryer-diffplug' , ' tag' , ' 5.2.1 '
24
26
// devLocal '../blowdryer-diffplug'
25
27
}
26
28
You can’t perform that action at this time.
0 commit comments