dynmap/settings.gradle

8 lines
302 B
Groovy
Raw Normal View History

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