mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 00:38:18 +00:00
Make plugins target java 8
This commit is contained in:
@@ -7,6 +7,12 @@ subprojects { subproj ->
|
|||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
||||||
|
kotlinOptions {
|
||||||
|
jvmTarget = "1.8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
test.useJUnitPlatform()
|
test.useJUnitPlatform()
|
||||||
implementation group: 'com.google.guava', name: 'guava', version: guavaVersion
|
implementation group: 'com.google.guava', name: 'guava', version: guavaVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user