plugins { id 'buildlogic.java-library-conventions' } description = 'Monopoly common model' dependencies { api project(":common") api libs.jme3.networking }