mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Prepare for Kotlin conversion
This commit is contained in:
parent
64dfefc9e7
commit
c9dce319f8
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ buildscript {
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'ru.vyarus.animalsniffer' version '1.5.3'
|
id 'ru.vyarus.animalsniffer' version '1.5.3'
|
||||||
|
id 'org.jetbrains.kotlin.jvm' version "1.8.10"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: 'version.gradle'
|
apply from: 'version.gradle'
|
||||||
|
@ -29,6 +30,7 @@ allprojects {
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
apply plugin: 'jacoco'
|
apply plugin: 'jacoco'
|
||||||
apply plugin: 'checkstyle'
|
apply plugin: 'checkstyle'
|
||||||
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
options.release = 8
|
options.release = 8
|
||||||
|
|
Loading…
Reference in a new issue