-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.settings.xml
31 lines (31 loc) · 1.04 KB
/
.settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<profiles>
<profile>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-donovanmuller-switchbit-public</id>
<name>bintray</name>
<url>http://dl.bintray.com/donovanmuller/switchbit-public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-donovanmuller-switchbit-public</id>
<name>bintray-plugins</name>
<url>http://dl.bintray.com/donovanmuller/switchbit-public</url>
</pluginRepository>
</pluginRepositories>
<id>bintray</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>bintray</activeProfile>
</activeProfiles>
</settings>