We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
com.gradle.plugin-publish:1.1.0
1 parent a0dc08f commit 7418331Copy full SHA for 7418331
1 file changed
settings.gradle
@@ -7,7 +7,7 @@ pluginManagement {
7
id 'com.diffplug.spotless-changelog' version '2.4.1'
8
id 'org.jetbrains.kotlin.jvm' version '1.8.0'
9
id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.0'
10
- id 'com.gradle.plugin-publish' version '0.20.0'
+ id 'com.gradle.plugin-publish' version '1.1.0'
11
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
12
id 'org.jdrupes.mdoclet' version '1.0.10'
13
}
@@ -25,8 +25,8 @@ plugins {
25
26
27
blowdryerSetup {
28
- github 'diffplug/blowdryer-diffplug', 'tag', '5.2.0'
29
- //devLocal '../blowdryer-diffplug'
+ //github 'diffplug/blowdryer-diffplug', 'tag', '5.2.0'
+ devLocal '../blowdryer-diffplug'
30
31
32
include 'atplug-runtime'
0 commit comments