11wrapper {
22 // if you change this version you will need to run the 'gradlew wrapper' command twice from the command line to auto update the gradle cache
3- gradleVersion = " 7.5 .1"
3+ gradleVersion = " 8.0 .1"
44}
55buildscript {
66 repositories {
77 mavenCentral()
88 }
99 dependencies {
10- classpath(" org.springframework.boot:spring-boot-gradle-plugin:2.7.3 " )
10+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:3.0.2 " )
1111 }
1212}
1313
@@ -20,15 +20,15 @@ apply plugin: 'war'
2020
2121group = ' com.pnuema.java.barcode'
2222version ' 1.13'
23- sourceCompatibility = 11
24- targetCompatibility = 11
23+ sourceCompatibility = 17
24+ targetCompatibility = 17
2525
2626bootJar {
27- archiveName = ' barcode-api.jar'
27+ archiveFileName = ' barcode-api.jar'
2828}
2929
3030war {
31- archiveName = ' barcode-api.war'
31+ archiveFileName = ' barcode-api.war'
3232}
3333
3434repositories {
@@ -48,7 +48,7 @@ dependencies {
4848 implementation ' com.pnuema.java:barcode:1.13'
4949 implementation ' org.springframework.boot:spring-boot-starter-web'
5050 providedRuntime ' org.springframework.boot:spring-boot-starter-tomcat'
51- implementation ' org.springdoc:springdoc-openapi-ui:1.6.11 '
51+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc- ui:2.0.2 '
5252 testImplementation ' org.springframework.boot:spring-boot-starter-test'
5353 implementation ' com.fasterxml.jackson.module:jackson-module-kotlin'
5454}
0 commit comments