diff options
author | nea <nea@nea.moe> | 2023-01-24 22:17:31 +0100 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-01-24 22:17:31 +0100 |
commit | 9981add49d62b039ae61edfece584fe038ef07a5 (patch) | |
tree | e212984f4c70f64601096b8e5de138aadafe31ff /src/main/resources/testconfig.bcc | |
parent | 00b782440054102c405c2001835cc817c1947037 (diff) | |
download | buildclient-master.tar.gz buildclient-master.tar.bz2 buildclient-master.zip |
Diffstat (limited to 'src/main/resources/testconfig.bcc')
-rw-r--r-- | src/main/resources/testconfig.bcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/testconfig.bcc b/src/main/resources/testconfig.bcc index 18bd21f..bf471d2 100644 --- a/src/main/resources/testconfig.bcc +++ b/src/main/resources/testconfig.bcc @@ -16,5 +16,6 @@ source http { build gradle { task "jar" project "forge-1.8.9" + property "testprop" "othertestprop" } |