openrocket/settings.gradle

10 lines
167 B
Groovy
Raw Normal View History

2023-04-18 21:48:26 -05:00
pluginManagement {
plugins {
id("com.github.johnrengelman.shadow") version "7.1.2"
}
}
2024-02-25 04:11:37 +01:00
rootProject.name = 'OpenRocket'
2023-04-18 21:48:26 -05:00
include 'core'
include 'swing'