Files
plugin-hub/package/settings.gradle
Abex df657e20f5 package: rewrite build scripts (#701)
not using bash gives us more flexibility and significantly reduces build
times via parallelism. Additionally this includes support for GitHub
Actions which also significantly reduces build times.
2020-10-26 15:58:39 -06:00

4 lines
70 B
Groovy

rootProject.name = "package-root"
include "initLib"
include "package"