Mos
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Gradle and Out of content root error
Any news on this IntelliJ issue from one year ago:https://youtrack.jetbrains.com/issue/IDEA-122577Using Gradle with something like:sourceSets { main { groovy { srcDirs = ['../.... -
Created Project SDK Version is ignored for Gradle
I have a simple Gradle project with a configured Project SDK Java 1.8.Running the project as a Java application inside IntelliJ works fine and Java 1.8 is used.But if I use a Gradle task like "run"... -
Created Gradle Module not working
If I create a new Gradle project everything is fine: The project structure is created for the Gradle-Project, I see the Gradle-Task-View and everything works as expected.Now I create a new empty p...