kotest / kotest-gradle-plugin

A gradle plugin for Kotest
https://kotest.io
Apache License 2.0
30 stars 5 forks source link

Error applying plugin #43

Closed jcraane closed 1 year ago

jcraane commented 1 year ago

When trying to apply the Kotest Gradle plugin:

plugins {
    application
    kotlin("jvm") version "1.7.22"
    id("io.ktor.plugin") version "2.1.3"
    id("io.kotest") version "0.3.9"
}

I get the following error during Gradle sync:

`Build file '/Users/jamiecraane/develop/IntelliJ/ktor-websocket-demo/build.gradle.kts' line: 5

An exception occurred applying plugin request [id: 'io.kotest', version: '0.3.9']

Failed to apply plugin 'io.kotest'. Could not create task ':assemble'. Could not create task ':shadowJar'. You should point application.mainClass to your main class in order to build a Fat JAR`

Is this a known error? I am happy to provide any information you require.

Versions used: Gradle: 7.5.1 Kotlin: 1.7.22 Ktor: 2.1.3

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.