2023-04-18 21:48:26 -05:00
|
|
|
pluginManagement {
|
|
|
|
plugins {
|
|
|
|
id("com.github.johnrengelman.shadow") version "7.1.2"
|
|
|
|
}
|
|
|
|
}
|
2024-02-27 05:43:34 +01:00
|
|
|
rootProject.name = 'info.openrocket'
|
2023-04-18 21:48:26 -05:00
|
|
|
|
2024-02-27 05:43:34 +01:00
|
|
|
include ':core'
|
|
|
|
include ':swing'
|