You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Task :runFunction
Execution optimizations have been disabled for task ':runFunction' to ensure correctness due to the following reasons:
- Additional action of task ':runFunction' was implemented by the Java lambda 'io.micronaut.gradle.MicronautMinimalApplicationPlugin$$Lambda$1499/0x0000000100c83c40'. Reason: Using Java lambdas is not supported as task inputs. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implementation_unknown for more details about this problem.
plugins {
id("org.jetbrains.kotlin.jvm") version "1.6.21"
id("org.jetbrains.kotlin.kapt") version "1.6.21"
id("org.jetbrains.kotlin.plugin.allopen") version "1.6.21"
id("com.github.johnrengelman.shadow") version "7.1.2"
id("io.micronaut.application") version "3.6.7"
}
Example Application
No response
Version
3.7.5
The text was updated successfully, but these errors were encountered:
Expected Behavior
I am not expecting any warnings.
Actual Behaviour
I am seeing a warning in the logs
when I run locally using
./gradlew runFunction
Steps To Reproduce
Follow the example at: https://guides.micronaut.io/latest/micronaut-google-cloud-http-function-gradle-kotlin.html
Environment Information
Example Application
No response
Version
3.7.5
The text was updated successfully, but these errors were encountered: