File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/kotlin/org/springdoc/openapi/gradle/plugin Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ import javax.net.ssl.KeyManager
3434import javax.net.ssl.SSLContext
3535import javax.net.ssl.TrustManagerFactory
3636
37-
3837private const val MAX_HTTP_STATUS_CODE = 299
3938
4039open class OpenApiGeneratorTask : DefaultTask () {
@@ -45,8 +44,7 @@ open class OpenApiGeneratorTask : DefaultTask() {
4544 val outputFileName: Property <String > = project.objects.property(String ::class .java)
4645
4746 @get:Input
48- val groupedApiMappings: MapProperty <String , String > =
49- project.objects.mapProperty(String ::class .java, String ::class .java)
47+ val groupedApiMappings: MapProperty <String , String > = project.objects.mapProperty(String ::class .java, String ::class .java)
5048
5149 @get:OutputDirectory
5250 val outputDir: DirectoryProperty = project.objects.directoryProperty()
You can’t perform that action at this time.
0 commit comments