主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
NilsBaumgartner1994
活动总数
16
最后的活动
2023年10月06日 00:41
成员加入日期
2023年10月05日 11:18
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(2)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2023年10月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
getSupers is empty
0 票
创建于
2023年10月05日 23:12
Here is my project: https://github.com/NilsBaumgartner1994/REDCLIFF-Java
社区
IntelliJ IDEA Open API and Plugin Development
getSupers is empty
0 票
创建于
2023年10月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 票
创建于
2023年10月05日 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 \ ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 票
创建于
2023年10月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 票
创建于
2023年10月05日 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")}
社区
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 票
创建于
2023年10月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 票
创建于
2023年10月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 票
创建于
2023年10月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 票
创建于
2023年10月05日 14:38
Thank you for the quick reaction. I will have a look into this :-)
社区
IntelliJ IDEA Open API and Plugin Development
Plugin needs Gradle to be installed
0 票
下一页
›
最后
»