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

Commit cb463ff

Browse files
committed
add generatr
1 parent 93baad8 commit cb463ff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
buildscript {
2+
dependencies {
3+
// add generatr-spring
4+
classpath "com.github.hauner.openapi:openapi-generatr-spring"
5+
}
6+
}
7+
18
plugins {
29
id 'org.springframework.boot' version '2.1.7.RELEASE'
310
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
411
id 'java'
12+
13+
// add generatr-gradle plugin
14+
// note: currently this works only inside the openapi-generatr-dev project because the
15+
// plugin is not yet published to https://plugins.gradle.org/
16+
id 'com.github.hauner.openapi.openapiGeneratr' version '0.1-SNAPSHOT'
517
}
618

719
group = 'com.github.hauner'

0 commit comments

Comments
 (0)