summaryrefslogtreecommitdiff
path: root/src/main/resources/testconfig.bcc
blob: e218c7e24f8edce9ee62c51aef6349be15bd15ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
modid "dankersskyblockmod"
label "Dankers Skyblock Mod"
description \
"Dankers Mod

Multi Line test"
author "Danker"
webpresence "https://github.com/bowser0000/SkyblockMod"
source git {
    upstream "https://github.com/bowser0000/SkyblockMod.git"
    branch "development"
}

build gradle {
    task "jar"
    project "forge-1.8.9"
}