|
1 | 1 | pluginManagement {
|
2 |
| - plugins { |
3 |
| - id 'com.diffplug.blowdryer' version '1.6.0' |
4 |
| - id 'com.diffplug.blowdryerSetup' version '1.6.0' |
5 |
| - id 'com.diffplug.configuration-cache-for-platform-specific-build' version '3.40.0' |
6 |
| - id 'com.diffplug.spotless' version '6.12.0' |
7 |
| - id 'com.diffplug.spotless-changelog' version '2.4.1' |
8 |
| - id 'org.jetbrains.dokka' version '1.7.20' |
9 |
| - id 'org.jetbrains.kotlin.jvm' version '1.8.0' |
10 |
| - id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.0' |
11 |
| - id 'com.gradle.plugin-publish' version '1.1.0' |
12 |
| - id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' |
| 2 | + repositories { |
| 3 | + mavenCentral() |
| 4 | + gradlePluginPortal() |
13 | 5 | }
|
14 | 6 | }
|
15 | 7 | plugins {
|
16 |
| - id 'com.diffplug.blowdryerSetup' |
17 |
| - id 'com.diffplug.configuration-cache-for-platform-specific-build' apply false |
18 |
| - id 'com.diffplug.spotless' apply false |
19 |
| - id 'com.diffplug.spotless-changelog' apply false |
20 |
| - id 'org.jetbrains.dokka' apply false |
21 |
| - id 'org.jetbrains.kotlin.jvm' apply false |
22 |
| - id 'org.jetbrains.kotlin.plugin.serialization' apply false |
23 |
| - id 'com.gradle.plugin-publish' apply false |
24 |
| - id 'io.github.gradle-nexus.publish-plugin' apply false |
| 8 | + // https://github.com/diffplug/blowdryer/blob/main/CHANGELOG.md |
| 9 | + id 'com.diffplug.blowdryerSetup' version '1.7.0' |
| 10 | + // https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md |
| 11 | + id 'com.diffplug.spotless' version '6.14.0' apply false |
| 12 | + // https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md |
| 13 | + id 'com.diffplug.spotless-changelog' version '2.4.1' apply false |
| 14 | + // https://plugins.gradle.org/plugin/com.gradle.plugin-publish |
| 15 | + id 'com.gradle.plugin-publish' version '1.1.0' apply false |
| 16 | + // https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md |
| 17 | + id 'dev.equo.ide' version '0.12.1' apply false |
| 18 | + // https://github.com/gradle-nexus/publish-plugin/releases |
| 19 | + id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false |
| 20 | + // https://plugins.gradle.org/plugin/org.jetbrains.dokka |
| 21 | + id 'org.jetbrains.dokka' version '1.7.20' apply false |
| 22 | + // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm |
| 23 | + id 'org.jetbrains.kotlin.jvm' version '1.8.0' apply false |
| 24 | + // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization |
| 25 | + id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.0' apply false |
25 | 26 | }
|
26 | 27 |
|
27 | 28 | blowdryerSetup {
|
28 |
| - github 'diffplug/blowdryer-diffplug', 'tag', '6.0.1' |
| 29 | + github 'diffplug/blowdryer-diffplug', 'tag', '7.0.0' |
29 | 30 | //devLocal '../blowdryer-diffplug'
|
| 31 | + setPluginsBlockTo { |
| 32 | + it.file 'plugin.versions' |
| 33 | + it.file 'plugin-kotlin.versions' |
| 34 | + } |
30 | 35 | }
|
31 | 36 |
|
32 | 37 | include 'atplug-runtime'
|
|
0 commit comments