Closed Kariaro closed 3 years ago
You need to help me setup this plugin so I can check if the code does exactly like I want it to. Otherwise it might be hard to debug if I wrote code that doesn't work.
Files.copy(inputStream, Paths.get(outFile.toURI()), StandardCopyOption.REPLACE_EXISTING);
This code should do the same as the code below it inside core/data/DataStorage.java
but I have no way to validate if it works right now. I want to make sure that the things I write does exactly what I think it does.
Trying to understand all the gitkraken stuff is kinda hard but I think I'm managing it.
I didn't touch any file inside the
core/api/registry
folder because I'm a bit unsure if those files will get deleted or not.