changed jvmTarget version from 11 to 1.8 (#74)

This commit is contained in:
Victor
2021-07-23 07:38:39 +05:00
committed by GitHub
parent 925172cf86
commit b0149c293e
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [1.4.0] - July 22nd, 2021
### Changed
- Decreased jvmTarget version from 11 to 1.8
## [1.3.0] - June 4th, 2021 ## [1.3.0] - June 4th, 2021
### Changed ### Changed

View File

@ -33,7 +33,7 @@ allprojects {
tasks.withType<KotlinCompile>().configureEach { tasks.withType<KotlinCompile>().configureEach {
kotlinOptions { kotlinOptions {
jvmTarget = "11" jvmTarget = "1.8"
} }
} }

View File

@ -1,5 +1,5 @@
# Kompendium # Kompendium
project.version=1.3.0 project.version=1.4.0
# Kotlin # Kotlin
kotlin.code.style=official kotlin.code.style=official
# Gradle # Gradle