[Editor] Enable JDKCompiler and make it default compiler

This commit is contained in:
2021-03-08 08:49:29 +01:00
parent b259fc1a10
commit cb40c10f99
17 changed files with 135 additions and 50 deletions

View File

@@ -11,9 +11,4 @@ repositories {
dependencies {
implementation "org.joml:joml:${jomlVersion}"
}
task relayDependencies(type: Copy) {
from configurations.runtimeClasspath
into file("build/dependencies")
}