Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit d95fee9

Browse files
committed
use current gradle plugin
1 parent 5239547 commit d95fee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id "com.github.ben-manes.versions" version "0.28.0"
88

99
// add processor-gradle plugin
10-
id 'io.openapiprocessor.openapi-processor' version '1.1.0-SNAPSHOT'
10+
id 'com.github.hauner.openapi-processor' version '1.0.0.M8'
1111
}
1212

1313
group = 'io.openapiprocessor'

0 commit comments

Comments
 (0)