WallyCZ
WallyCZ
I think this fork works much better: https://github.com/IntouchHealth/clumsy/releases
https://github.com/IntouchHealth/clumsy/releases
Here it is, project names are modified, but I think it does not matter. Root projects are api, server1 and server2. [settings.gradle.zip](https://github.com/kelemen/netbeans-gradle-project/files/1063493/settings.gradle.zip)
I am not sure how to do it with only one settings.gradle as to every developer does not have load all projects. One developer needs only api, second only server1...
Meanwhile you write this last comment I tried to make only one settings.gradle and deleted those old ones. But then I've got another error - settings.gradle not found in the...
1. I tried build and test newest version from repo - still the same 2. I tried delete _.nb-gradle/private/cache_ - still the same 3. I tried delete %USERPROFILE%\AppData\Local\NetBeans\Cache\8.2\ and everything...
Sorry, it is lost now - Netbeans keep only 3 last log sessions and I also lost that broken cache directory so I can't reproduce it again. But maybe someone...
I have "Load root project first" checked. Maybe I will be able in few days on another computer save that broken cache directory and record messages.log from master version if...
Made some other approach using encrypt library - its because i dont like DLLImports. But it is upon to you ;) Also this variant is without source code od encrypt.c...
Confirmed, working after small change ``` public RequestEnvelope GetRequestEnvelope(params Request[] customRequests) { return SetRequestEnvelopeUnknown6(new RequestEnvelope { StatusCode = 2, //1 RequestId = 1469378659230941192, //3 Requests = { customRequests }, //4...