Skip to content
Snippets Groups Projects

Bump down the OpenAPI Generator version

2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -6,7 +6,7 @@ import org.openapitools.generator.gradle.plugin.tasks.GenerateTask
import org.springframework.boot.gradle.tasks.bundling.BootJar
group = "nl.tudelft.labrador"
version = "1.0.8-SNAPSHOT1"
version = "1.0.8"
val javaVersion = JavaVersion.VERSION_11
@@ -53,7 +53,7 @@ plugins {
id("com.github.hierynomus.license-report").version("0.16.1")
// Open API generator for generating the Client code for Labracore.
id("org.openapi.generator").version("5.2.0")
id("org.openapi.generator").version("4.2.3")
// Plugin to provide task to check the current versions of
// dependencies and of Gradle to see if updates are available.
Loading