msx80 / Omicron

a Java Fantasy Console/Game Engine
Apache License 2.0
15 stars 3 forks source link

Gradle files are missing #5

Closed phcoder closed 2 years ago

phcoder commented 2 years ago

There is no gradlew and build.gradle which makes impossible to build player

msx80 commented 2 years ago

Hi there, i'm transitioning to maven for the player. There wasn't any special need for gradle and i prefer vanilla maven when possible.
You can build the player with mvn clean package to build, the runnable jar will be in omicron-assembly\target

phcoder commented 2 years ago

Can you update README to reflect this?

msx80 commented 2 years ago

sure, just did it