diff --git a/readme.md b/readme.md index 96c6704..fcd52bc 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,7 @@ **Pommer** is an internal Python tool designed to streamline CI workflow generation for Java/Kotlin Maven projects. It scans for `pom.xml` files, analyzes project metadata, and generates a Gitea CI workflow along with a local build script. + --- ## ⚠️ Internal Use Only @@ -60,6 +61,12 @@ python3 pommer.py ![](img.png) +### _**Comment on Compile Times with CI/CD :**_ + +_Currently installing **JDK** and finishing up the **Proccess** takes ages! If it is **stuck** on **"Downloading JDK 21"** for a few minutes just **wait**. If you arent sure if its actually doing stuff ; **check the Network Usage of the Server**. If it is **0** for a long time then **restart the Runner!** Finishing up also takes ages ; but that **usually doesn't get stuck** as often. But if just **reboot**!_ + +_**For big Projects it might take a while** ; if compiling via Maven on your local Instance takes ages ; **it will take even longer on Gitea CI/CD!**_ + --- ## Requirements