mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 12:05:58 +01:00
Prepare for Kotlin conversion
This commit is contained in:
parent
de3fbe72ad
commit
794da41e27
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue