dynmap/settings.gradle

8 lines
317 B
Groovy
Raw Normal View History

2018-08-12 06:11:20 +02:00
rootProject.name = 'dynmap-common'
include ':dynmap'
2018-08-12 06:27:52 +02:00
include ':bukkit-helper-113'
include ':bukkit-helper'
2018-08-12 06:11:20 +02:00
project(':dynmap').projectDir = "$rootDir/bukkit" as File
2018-08-12 06:27:52 +02:00
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File