Florian Wall
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Intellij show project name for Gradle projects in Settings dialogue
AnsweredFor a lot of projects, I currently have a project structure like this: / components/ main/ build.gradle component1/ Now, when I import such projects with gradle using th... -
Created Intellij Resource files not found
AnsweredI have a Gradle-build library which loads its configuration from file src/main/resources/config.properties the following way: var res=getClass().getResource("config.properties"); Now, I have a Appl...