Skip to content

Commit 19556d3

Browse files
committed
Bump blowdryer-diffplug and all build plugins.
1 parent 1a288f4 commit 19556d3

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ subprojects { subProject ->
2929
].join(' ')
3030

3131
apply from: 干.file('base/maven.gradle')
32-
apply from: 干.file('base/bintray.gradle')
32+
apply from: 干.file('base/sonatype.gradle')
3333
javadoc {
3434
options.linksOffline 'https://help.eclipse.org/2019-12/topic/org.eclipse.platform.doc.isv/reference/api/', rootProject.file('gradle/javadoc-eclipse').absolutePath
3535
}
@@ -48,7 +48,7 @@ subprojects { subProject ->
4848
main = 'com.diffplug.common.swt.os.OS'
4949
}
5050
} else {
51-
apply plugin: 'com.diffplug.gradle.eclipse.mavencentral'
51+
apply plugin: 'com.diffplug.eclipse.mavencentral'
5252
String platformCode = project.name.substring('durian-swt.'.length())
5353
eclipseMavenCentral {
5454
release SWT_VERSION, {

durian-swt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply plugin: 'com.diffplug.gradle.eclipse.mavencentral'
1+
apply plugin: 'com.diffplug.eclipse.mavencentral'
22
eclipseMavenCentral {
33
release SWT_VERSION, {
44
api 'org.eclipse.swt'

settings.gradle

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
pluginManagement {
22
plugins {
3-
id 'com.diffplug.blowdryer' version '1.0.0'
4-
id 'com.diffplug.blowdryerSetup' version '1.0.0'
5-
id 'com.diffplug.gradle.eclipse.mavencentral' version '3.18.1'
6-
id 'com.diffplug.gradle.spotless' version '3.27.0'
7-
id 'com.diffplug.spotless-changelog' version '1.0.0'
8-
id 'com.github.ben-manes.versions' version '0.27.0'
9-
id 'com.gradle.plugin-publish' version '0.10.1'
10-
id 'com.jfrog.bintray' version '1.8.4'
3+
id 'com.diffplug.blowdryer' version '1.1.1'
4+
id 'com.diffplug.blowdryerSetup' version '1.1.1'
5+
id 'com.diffplug.eclipse.mavencentral' version '3.30.0'
6+
id 'com.diffplug.spotless' version '5.14.1'
7+
id 'com.diffplug.spotless-changelog' version '2.2.0'
8+
id 'com.gradle.plugin-publish' version '0.15.0'
9+
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
10+
id 'org.jdrupes.mdoclet' version '1.0.10'
1111
}
1212
}
1313
plugins {
1414
id 'com.diffplug.blowdryerSetup'
15-
id 'com.diffplug.gradle.eclipse.mavencentral' apply false
16-
id 'com.diffplug.gradle.spotless' apply false
15+
id 'com.diffplug.eclipse.mavencentral' apply false
16+
id 'com.diffplug.spotless' apply false
1717
id 'com.diffplug.spotless-changelog' apply false
1818
id 'com.gradle.plugin-publish' apply false
19-
id 'com.jfrog.bintray' apply false
19+
id 'io.github.gradle-nexus.publish-plugin' apply false
20+
id 'org.jdrupes.mdoclet' apply false
2021
}
2122
blowdryerSetup {
22-
github 'diffplug/blowdryer-diffplug', 'tag', '3.1.0'
23+
github 'diffplug/blowdryer-diffplug', 'tag', '5.0.2'
2324
//devLocal '../blowdryer-diffplug'
2425
}
2526

0 commit comments

Comments
 (0)