调整release
This commit is contained in:
parent
1b350318b0
commit
4d0e746638
@ -63,7 +63,7 @@ ext {
|
||||
"oracle" : fileTree(dir: 'libs', includes: ['ojdbc8.jar']),
|
||||
"dm" : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
|
||||
"kingbase" : fileTree(dir: 'libs', includes: ["kingbase8-8.2.0.jar"]),
|
||||
"h2" : "com.h2database:h2:2.1.214",
|
||||
"h2" : "com.h2database:h2:2.2.222",
|
||||
"mysql" : "mysql:mysql-connector-java:8.0.30",
|
||||
"sqlite" : "org.xerial:sqlite-jdbc:3.39.2.0",
|
||||
"firebird" : "org.firebirdsql.jdbc:jaybird:4.0.6.java8",
|
||||
|
@ -1,12 +1,7 @@
|
||||
java {
|
||||
// toolchain {
|
||||
// languageVersion.set(JavaLanguageVersion.of(17))
|
||||
// }
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
compileJava {
|
||||
options.release = 17
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
api project(":spring-boot-starter:mybatis-plus-spring-boot3-starter")
|
||||
api project(":spring-boot-starter:mybatis-plus-spring-boot-test-autoconfigure")
|
||||
|
@ -1,12 +1,7 @@
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
// toolchain {
|
||||
// languageVersion.set(JavaLanguageVersion.of(17))
|
||||
// }
|
||||
compileJava {
|
||||
options.release = 17
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
api project(":mybatis-plus")
|
||||
api "${lib."mybatis-spring3"}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user