mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-02-13 01:33:05 +03:00
[ANY] Added proxy repository jitpack. Sync moduls
This commit is contained in:
parent
bb63aaa0ab
commit
4671dfe49d
3 changed files with 15 additions and 1 deletions
|
@ -13,6 +13,13 @@
|
||||||
maven {
|
maven {
|
||||||
url "https://jitpack.io/"
|
url "https://jitpack.io/"
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
url 'https://maven.gravit-support.ru/repository/jitpack'
|
||||||
|
credentials {
|
||||||
|
username = 'gravitlauncher'
|
||||||
|
password = 'gravitlauncher'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = '21'
|
sourceCompatibility = '21'
|
||||||
|
|
|
@ -30,6 +30,13 @@
|
||||||
maven {
|
maven {
|
||||||
url "https://jitpack.io/"
|
url "https://jitpack.io/"
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
url 'https://maven.gravit-support.ru/repository/jitpack'
|
||||||
|
credentials {
|
||||||
|
username = 'gravitlauncher'
|
||||||
|
password = 'gravitlauncher'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
||||||
Subproject commit a7837f90a54c8e2c988d55005b6ab4e15ba99a36
|
Subproject commit bf37c6860a80acfd516ee533494d64b226d89309
|
Loading…
Reference in a new issue