Moraveczbynek
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
-
-
Moraveczbynek created a post, AnsweredSlow start of gradle task from IDEA
I have this NOOP gradle kts task in my kotlin projecttasks.register("time") {}Repeated execution from WSL terminal takes like 0.6s:time ./gradlew timeWhen I run the same task from Idea, it takes li...