I've a peculiar scenario when I include a specific plugin in one of my modules build.gradle ( id 'gg.jte.gradle' version '3.1.9') , “Reload All Gradle Projects” starts exploding on the project. All other gradle tasks (build/etc) work normally. It's somewhat confusing because the ac...
Which IntelliJ Platform do you target? What happens if you manually trigger the Gradle project refresh after downloading sources? hsz self-assigned this Sep 2, 2024 Author jonathanlermitage commented Sep 3, 2024 I'm targeting IC 2024.2.1. I can see sources if I trigger the Gradle project...
While the thrown InvalidArgumentException through require is handled by StatusPages and are currently working in local testing and gradle script execution through cli, IntelliJ stops the execution directly when a InvalidArgumentException is thrown. Is this a configuration error on our side or a bug ...
When using thegradlewith thejavaToolchainsoption, toolchains are set up in a way that is not compatible with IntelliJ IDEA or any other tool that does not make use of a binary to launch Gradle. When using the built Gradle instance in IntelliJ IDEA, IDEA does not use the chosen toolchain s...
I am using IntelliJ for one of my java projects. It has to build with gradle and from the command line, it works fine, both build and run. However, Intellij is not able to build and run the project.It can import the project with all the dependencies, ...
See https://intellij-support.jetbrains.com/hc/en-us/community/posts/360007654740/comments/360001449819 0 Prop 创建于 2024年11月15日10:59 But he doesn't work public class PatchGradleTaskManagerExtension implements GradleTaskManagerExtension { @Override public boolean executeTasks...
For gradle projects, create a vanilla gradle project then create two modules: with an azure function using v4 some other gradle module with a custom class In the build.gradle of the azure function module refer to the module from step two...
at org.jetbrains.kotlin.com.intellij.openapi.util.objectTree.ThrowableInterner.<clinit>(ThrowableInterner.java:88) ... 35 more FAILURE: Build failed with an exception. Steps to Reproduce ktlint.gradle: apply plugin: 'java' repositories {
Hello, Hoping to get some help on a weird issue I'm having. I've created a simple Gradle project and tried to add a dependency to build.gradle, but IntelliJ on Windows claims the package doesn't exist. I've synced the Gradle project, and the dependency (Google Gson) appears in th...
.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242) at com.intellij.rt...