Minestom/settings.gradle.kts
Matt Worzala b9ce7e4806
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

(cherry picked from commit 381d89497a)
2023-09-08 07:34:52 -04:00

9 lines
153 B
Plaintext

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