Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
NilsBaumgartner1994
Total activity
16
Last activity
October 06, 2023 00:41
Member since
October 05, 2023 11:18
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (2)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
October 06, 2023 00:41
idea-parser_1 | Class: HelloApplication QN: com.example.testproject.HelloApplicationidea-parser_1 | --No superclass detected or not in scopeidea-parser_1 | --Supers: 0idea-parser_1 | --Implemen...
Community
IntelliJ IDEA Open API and Plugin Development
getSupers is empty
0 votes
Created
October 05, 2023 23:12
Here is my project: https://github.com/NilsBaumgartner1994/REDCLIFF-Java
Community
IntelliJ IDEA Open API and Plugin Development
getSupers is empty
0 votes
Created
October 05, 2023 15:46
I am facing a new problem:com.intellij.openapi.externalSystem.service.execution.ExternalSystemJdkException: Invalid Gradle JDK configuration found. <a href='#open_external_system_settings'>Open Gra...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 votes
Created
October 05, 2023 15:39
The problem seemed to be as you said, that the gradle plugin was removed. Here is the complete Dockefile now: FROM ubuntu:jammy-20230624WORKDIR /app# Install necessary packagesRUN apt-get update \ ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 votes
Created
October 05, 2023 15:24
Where may i check this? I am using a Dockerfile, do i have to check it there or in which file? In my Dockerfile I load the latest IntelliJ IDEA and install the plugin there.FROM ubuntu:jammy-202306...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 votes
Created
October 05, 2023 15:13
do i need to put something anything else in the dependencies in build.gradle.kts?dependencies { implementation("info.picocli:picocli:4.7.4")}
Community
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 votes
Created
October 05, 2023 15:08
Okay i added in plugin.xml<depends>com.intellij.gradle</depends> and in build.gradle.kts:intellij { version.set("2023.1.3") type.set("IC") // Target IDE Platform plugins.set(listOf("com.in...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 votes
Created
October 05, 2023 15:01
I have removed the line from the plugin.xml:<depends>org.jetbrains.plugins.gradle</depends> Which gives me an error when trying to use: GradleConstants.SYSTEM_IDbut probably brings me a step furthe...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 votes
Created
October 05, 2023 14:47
The problem still exists: build.gradle.kts:intellij { version.set("2023.1.3") type.set("IC") // Target IDE Platform plugins.set(listOf("java", "com.intellij.java", "org.jetbrains.plugins.g...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 votes
Created
October 05, 2023 14:38
Thank you for the quick reaction. I will have a look into this :-)
Community
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 votes
Next
›
Last
»