pluginManagement { plugins { id("com.github.johnrengelman.shadow") version "7.1.2" } } rootProject.name = 'openrocket' include 'core' include 'swing'