diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..7898be7 Binary files /dev/null and b/logo.png differ diff --git a/logo.xcf b/logo.xcf new file mode 100644 index 0000000..bd27fa3 Binary files /dev/null and b/logo.xcf differ diff --git a/pommer/pommer.py b/pommer/pommer.py index 46fd98d..31bec6a 100644 --- a/pommer/pommer.py +++ b/pommer/pommer.py @@ -12,6 +12,9 @@ Run this Script with Python 3.11 ; 3.9 This works with Gradle and Maven ; other Branch is for reliablitiy ; this one is for "Support" with larger *commercial* Builds + +!:: Maven Building with the Master Branch ( this Version ) is broken! It will not build into a .JAR ; Building using the "nogradle" branch, will work ::! + """ import os diff --git a/readme.md b/readme.md index 4bdd30c..ba894c9 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,8 @@ -logo image -# Pommer +
+ logo image +
+ +--- **Pommer** is an internal Python tool designed to streamline CI workflow generation for **Java/Kotlin projects** using **Gradle**. It scans your project for build files, analyzes project metadata, and generates a Gitea CI workflow along with a local build script for convenience.