File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11rootProject. name = properties[' name' ]
22
3+ include ' :singularity-api'
34include ' :api'
45include ' :backend-api'
5- include ' :bungee'
6- include ' :spigot'
7- include ' :velocity'
8- include ' :singularity-api'
6+
7+ if (! System . env. JITPACK ) {
8+ include ' :bungee'
9+ include ' :spigot'
10+ include ' :velocity'
11+ }
912
1013findProject(' :backend-api' ). name = ' bapi'
1114findProject(' :singularity-api' ). name = ' sapi'
1215
16+ findProject(' :sapi' ). name = rootProject. name + ' -Singularity'
1317findProject(' :api' ). name = rootProject. name + ' -API'
1418findProject(' :bapi' ). name = rootProject. name + ' -BAPI'
15- findProject(' :bungee' ). name = rootProject. name + ' -Bungee'
16- findProject(' :spigot' ). name = rootProject. name + ' -Spigot'
17- findProject(' :velocity' ). name = rootProject. name + ' -Velocity'
18- findProject(' :sapi' ). name = rootProject. name + ' -Singularity'
19+
20+ if (! System . env. JITPACK ) {
21+ findProject(' :bungee' ). name = rootProject. name + ' -Bungee'
22+ findProject(' :spigot' ). name = rootProject. name + ' -Spigot'
23+ findProject(' :velocity' ). name = rootProject. name + ' -Velocity'
24+ }
You can’t perform that action at this time.
0 commit comments