Florian Wall
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Florian Wall created a post, AnsweredIntellij show project name for Gradle projects in Settings dialogue
For 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... -
-
Florian Wall created a post, AnsweredIntellij Resource files not found
I 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...