Minestom/settings.gradle.kts
Matt Worzala 381d89497a
hollow-cube/gradle-rework (#8)
* in order to make an omelet, you have to break a few eggs. aka absolutely decimate the gradle project

* far more sane gradle, no publishing yet tho

* attempt maven deploy

* fix publish url and use snapshot repo

* fix secret names

* release, and properly set version

* attempt to set group correctly

* more gradle fixups
2023-05-06 23:18:22 +03:00

9 lines
153 B
Plaintext

rootProject.name = "minestom-ce"
include("testing")
include("code-generators")
//include("jmh-benchmarks")
//include("jcstress-tests")
include("demo")