Closed Nxllpointer closed 2 years ago
Is there going to be a new release for this?
As an alternative workaround, I was able to pick this change up from the snapshot repo:
settings.gradle.kts:
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
mavenContent {
snapshotsOnly()
}
}
}
}
build.gradle.kts:
plugins {
kotlin("jvm") version "1.7.20"
id("org.openjfx.javafxplugin") version "0.0.14-SNAPSHOT"
}
A release for this fix would be greatly appreciated, as Kotlin 1.7 has been out for a while now.
Bumped gradle-modules-plugin to version 1.8.12 because 1.8.12 fixes the Kotlin 1.7 issue.
The error you would get when using Kotlin 1.7:
It seems to work for me but please test it because I have never used this project before.
The kotlin 1.7 compatible version is available for testing on JitPack: https://jitpack.io/#Nxllpointer/javafx-gradle-plugin-kotlin1_7-fix/9396882eea To use the modified plugin put this in your settings.gradle: