10 lines
167 B
Groovy
10 lines
167 B
Groovy
pluginManagement {
|
|
plugins {
|
|
id("com.github.johnrengelman.shadow") version "7.1.2"
|
|
}
|
|
}
|
|
rootProject.name = 'openrocket'
|
|
|
|
include 'core'
|
|
include 'swing'
|