mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-25 17:41:21 +01:00
Bump Java version to 11
This commit is contained in:
parent
a36796d9e1
commit
1226aeaf1f
@ -56,7 +56,7 @@ subprojects {
|
||||
apply plugin: "jacoco"
|
||||
|
||||
compileJava {
|
||||
options.release = 8
|
||||
options.release = 11
|
||||
}
|
||||
|
||||
ext {
|
||||
@ -75,6 +75,7 @@ subprojects {
|
||||
|
||||
commonsTextVersion = "1.9"
|
||||
commonsCompressVersion = "1.21"
|
||||
commonsCodecVersion = "1.15"
|
||||
caffeineVersion = "3.1.1"
|
||||
mysqlVersion = "8.0.29"
|
||||
sqliteVersion = "3.36.0.3"
|
||||
|
@ -36,6 +36,7 @@ dependencies {
|
||||
implementation project(path: ":extensions", configuration: 'shadow')
|
||||
implementation "org.apache.commons:commons-text:$commonsTextVersion"
|
||||
implementation "org.apache.commons:commons-compress:$commonsCompressVersion"
|
||||
implementation "commons-codec:commons-codec:$commonsCodecVersion"
|
||||
implementation "com.github.ben-manes.caffeine:caffeine:$caffeineVersion"
|
||||
implementation "com.zaxxer:HikariCP:$hikariVersion"
|
||||
implementation "org.slf4j:slf4j-nop:$slf4jVersion"
|
||||
|
Loading…
Reference in New Issue
Block a user