Remove a useless println call

This commit is contained in:
Username404-59 2021-06-20 15:37:26 +02:00 committed by Username404
parent 3570e63f43
commit 88bb0c6567
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ kotlin {
moduleName = "Username404_Website"
compilations.all {
with(languageSettings) {
println(coreLibrariesVersion)
apiVersion = coreLibrariesVersion.substring(0..2)
languageVersion = (apiVersion!!.toDouble() + 0.1).toString()
progressiveMode = true