YunaBraska / github-workflow-plugin

Your Ultimate Wingman for GitHub Workflows and Actions! 🚀
https://github.com/YunaBraska/github-workflow-plugin
Apache License 2.0
41 stars 8 forks source link

Share `.idea` folder #60

Closed LecrisUT closed 2 months ago

LecrisUT commented 2 months ago

Can you help setup and share the work environment with the .idea folder?

YunaBraska commented 2 months ago

I did not set up my run configurations. So this was coming automatically by IntelliJ Probably through the setup of the SDK https://plugins.jetbrains.com/docs/intellij/setting-up-theme-environment.html#add-jdk-and-intellij-platform-plugin-sdk (oh wow we can use Java 21 now)

That's my setup: Screenshot 2024-04-12 at 10 55 38 Screenshot 2024-04-12 at 10 55 08 Screenshot 2024-04-12 at 10 58 47

LecrisUT commented 2 months ago

Ok, I will try to get it setup on my side as well and then I will make a PR to vcs the .idea folder. I am not familiar enough with Java, so can you advice on a safe SDK to use?

YunaBraska commented 2 months ago

The .idea folder should not be checked in as there are often files which depend on your local environment and user. I can see that the run folder is already checkedin. https://github.com/YunaBraska/github-workflow-plugin/tree/main/.run

So you just need to set up your SDK like on my comment. You can start with Java 17 this is LTS version. We can update the project to java 21 later. But step by step

YunaBraska commented 2 months ago

You can also join the slack community if you prefer to chat with me in real time ;)