Skip to content

Commit

Permalink
spring boot 2.7.15, JDK 11 다운그레이 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qbeom0925 committed Aug 30, 2023
1 parent 9fba51e commit df9ae37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.1'
id 'io.spring.dependency-management' version '1.1.0'
id 'org.springframework.boot' version '2.7.15'
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
id "org.sonarqube" version "4.2.1.3168"
id 'jacoco'
id 'com.diffplug.spotless' version '6.11.0'
Expand Down Expand Up @@ -37,7 +37,7 @@ spotless {
}

java {
sourceCompatibility = '17'
sourceCompatibility = '11'
}

repositories {
Expand All @@ -64,7 +64,7 @@ dependencies {
// implementation ('org.springframework.boot:spring-boot-starter-data-mongodb-reactive')

//SWAGGER
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.4'
implementation("org.springdoc:springdoc-openapi-ui:1.6.11")

//Webflux
implementation 'org.springframework.boot:spring-boot-starter-webflux'
Expand Down

0 comments on commit df9ae37

Please sign in to comment.