Commit 4e96020 1 parent 18eb084 commit 4e96020 Copy full SHA for 4e96020
File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" java-gradle-plugin" )
3
3
id(" maven-publish" )
4
- id(" com.gradle.plugin-publish" ) version " 0.18 .0"
4
+ id(" com.gradle.plugin-publish" ) version " 1.1 .0"
5
5
alias(libs.plugins.kotlin.serialization)
6
6
}
7
7
@@ -41,19 +41,16 @@ tasks.compileKotlin.configure {
41
41
}
42
42
}
43
43
44
- pluginBundle {
45
- website = " https://github.com/cloudflightio/license-gradle-plugin"
46
- vcsUrl = " https://github.com/cloudflightio/license-gradle-plugin.git"
47
- tags = listOf (" license" , " dependencies" , " report" )
48
- }
49
-
50
44
gradlePlugin {
45
+ website.set(" https://github.com/cloudflightio/license-gradle-plugin" )
46
+ vcsUrl.set(" https://github.com/cloudflightio/license-gradle-plugin.git" )
51
47
plugins {
52
48
create(" license-gradle-plugin" ) {
53
49
id = " io.cloudflight.license-gradle-plugin"
54
50
displayName = " License Gradle Plugin"
55
51
description = " Collects and prints all dependencies along with their licenses including SPDX support"
56
52
implementationClass = " io.cloudflight.license.gradle.LicensePlugin"
53
+ tags.set(listOf (" license" , " dependencies" , " report" ))
57
54
}
58
55
}
59
56
}
You can’t perform that action at this time.
0 commit comments