File tree 1 file changed +11
-1
lines changed 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' groovy'
3
3
id ' java-gradle-plugin'
4
+ id ' com.gradle.plugin-publish' version ' 0.10.1'
4
5
id ' org.unbroken-dome.test-sets' version ' 2.1.1'
5
6
}
6
7
7
8
group ' com.github.hauner.openapi'
8
- version ' 0.1-SNAPSHOT '
9
+ version ' 0.1.0 '
9
10
10
11
targetCompatibility = JavaVersion . VERSION_1_8
11
12
@@ -34,7 +35,16 @@ gradlePlugin {
34
35
plugins {
35
36
generatrPlugin {
36
37
id = ' com.github.hauner.openapi-generatr'
38
+ displayName = ' Gradle openapi-generatr plugin'
39
+ description = ' plugin to run openapi-generatr-x generators, e.g. openapi-generatr-spring'
37
40
implementationClass = ' com.github.hauner.openapi.gradle.OpenApiGeneratrPlugin'
38
41
}
39
42
}
40
43
}
44
+
45
+
46
+ pluginBundle {
47
+ website = ' https://github.com/hauner/openapi-generatr-gradle'
48
+ vcsUrl = ' https://github.com/hauner/openapi-generatr-gradle'
49
+ tags = [' openapi' ]
50
+ }
You can’t perform that action at this time.
0 commit comments