mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
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.
4 lines
70 B
Groovy
4 lines
70 B
Groovy
rootProject.name = "package-root"
|
|
|
|
include "initLib"
|
|
include "package" |