Build failing
#584
-
|
Hi, All of a sudden my projects stopped building. I even tried the skipapp-showcase-fuse. Task :skip-plugins:checkKotlinGradlePluginConfigurationErrors SKIPPED
Task :skip-plugins:pluginDescriptors
Task :skip-plugins:processResources
Task :skip-plugins:compileKotlin
Kotlin does not yet support 23 JDK target, falling back to Kotlin JVM_22 JVM target
w: Inconsistent JVM-target compatibility detected for tasks ‘compileJava’ (23) and ‘compileKotlin’ (22).
This will become an error in Gradle 8.0.
Consider using JVM Toolchain: https://kotl.in/gradle/jvm/toolchain
Learn more about JVM-target validation: https://kotl.in/gradle/jvm/target-validation
w: file://///Library/Developer/Xcode/DerivedData/<DERIVED_DATA>/Build/Intermediates.noindex/.build/Debug-iphonesimulator/.build/DerivedSources/skip-gradle/src/main/kotlin/SkipGradlePlugins.kt:110:88 Elvis operator (?:) always returns the left operand of non-nullable type String
Task :skip-plugins:compileJava NO-SOURCE
Task :skip-plugins:classes
Task :skip-plugins:jar
Configure project :skipstone:SQLExt
Checking the license for package NDK (Side by side) 27.0.12077973 in //Library/Android/sdk/licenses
License for package NDK (Side by side) 27.0.12077973 accepted.
Preparing “Install NDK (Side by side) 27.0.12077973 v.27.0.12077973”.
“Install NDK (Side by side) 27.0.12077973 v.27.0.12077973” ready.
Installing NDK (Side by side) 27.0.12077973 in //Library/Android/sdk/ndk/27.0.12077973
“Install NDK (Side by side) 27.0.12077973 v.27.0.12077973” complete.
“Install NDK (Side by side) 27.0.12077973 v.27.0.12077973” finished.
FAILURE: Build failed with an exception.
• Where:
Build file ‘//Code/<PROJECT_ROOT>/Android/app/build.gradle.kts’ line: 3
• What went wrong:
An exception occurred applying plugin request [id: ‘skip-build-plugin’]
Failed to apply plugin ‘skip-build-plugin’.
value must not be null
• Try:
Run with –stacktrace option to get the stack trace.
Run with –info or –debug option to get more log output.
Run with –scan to get full insights.
Get more help at https://help.gradle.org.
BUILD FAILED in 5m 43s
4 actionable tasks: 4 executed
Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
marcprux
Jan 17, 2026
Replies: 2 comments
-
|
There was an error in an update to the Skip plugin earlier today which we have fixed. Can you try updating to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marcprux
-
|
Thanks got it working! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was an error in an update to the Skip plugin earlier today which we have fixed.
Can you try updating to
1.6.40(viaFile/Packages/Update to Latest Package Versionsandskip upgrade) and do a clean rebuild and let us know if the problem still occurs?