dynmap-neoforge/settings.gradle
2018-08-11 23:27:52 -05:00

8 lines
No EOL
317 B
Groovy

rootProject.name = 'dynmap-common'
include ':dynmap'
include ':bukkit-helper-113'
include ':bukkit-helper'
project(':dynmap').projectDir = "$rootDir/bukkit" as File
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File