Skip to content

Commit 5db6a23

Browse files
committed
kept for backward compatibility
1 parent 8f88430 commit 5db6a23

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/kotlin/io/openapiprocessor/gradle/OpenApiProcessorWorker.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* PDX-License-Identifier: Apache-2.0
44
*/
55

6+
@file:Suppress("DEPRECATION")
7+
68
package io.openapiprocessor.gradle
79

810
import com.github.hauner.openapi.api.OpenApiProcessor

src/main/kotlin/io/openapiprocessor/gradle/ProcessorLoader.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* PDX-License-Identifier: Apache-2.0
44
*/
55

6+
@file:Suppress("DEPRECATION")
7+
68
package io.openapiprocessor.gradle
79

810
import com.github.hauner.openapi.api.OpenApiProcessor

0 commit comments

Comments
 (0)