Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 4d61049

Browse files
committed
test javaversion
1 parent f0d6ed1 commit 4d61049

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ plugins {
66
id 'groovy'
77
}
88

9+
java {
10+
sourceCompatibility = JavaVersion.VERSION_17
11+
targetCompatibility = JavaVersion.VERSION_17
12+
}
913
ext['springBootVer'] = '2.7.18'
1014

1115
repositories {
@@ -24,6 +28,8 @@ configurations {
2428
}
2529

2630
dependencies {
31+
implementation 'org.springframework:spring-core:6.0.0'
32+
implementation 'org.springframework:spring-context:6.0.0'
2733
implementation(group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '4.0.2')
2834
implementation(group: 'jakarta.servlet', name:'jakarta.servlet-api', version:'6.1.0')
2935

0 commit comments

Comments
 (0)