mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
turn off network tables desktop and azalea builds by default
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<profile>
|
||||
<id>desktop</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>parent</module>
|
||||
@@ -46,7 +46,7 @@
|
||||
<profile>
|
||||
<id>azalea</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>Azalea</module>
|
||||
|
||||
Reference in New Issue
Block a user