This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Gradle `>=6.8` example build file, resolve versions from `./gradle/gradle.properties` | |
plugins { | |
id 'org.springframework.boot' version '2.4.3' | |
id 'io.spring.dependency-management' version '1.0.11.RELEASE' //BOM dependency management and exclusions | |
id 'org.openapi.generator' version '5.0.1' | |
id 'java' | |
id 'maven-publish' | |
id "com.google.osdetector" version "1.7.0" | |
id 'signing' |