Prepare for Kotlin conversion

This commit is contained in:
Paul Schaub 2023-08-04 17:01:12 +02:00
parent 64dfefc9e7
commit c9dce319f8
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ buildscript {
plugins {
id 'ru.vyarus.animalsniffer' version '1.5.3'
id 'org.jetbrains.kotlin.jvm' version "1.8.10"
}
apply from: 'version.gradle'
@ -29,6 +30,7 @@ allprojects {
apply plugin: 'eclipse'
apply plugin: 'jacoco'
apply plugin: 'checkstyle'
apply plugin: 'kotlin'
compileJava {
options.release = 8