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