Compare commits

...

4 commits

Author SHA1 Message Date
Antoni
895151ac91
Merge 0e1691ee4c into 822872992f 2025-03-29 21:20:41 +03:00
Gravita
822872992f [FIX] Component proguard commands 2025-03-28 11:42:24 +07:00
Gravita
ac43034d45 [ANY] Update dependencies 2025-03-28 11:41:16 +07:00
microwin7
0e1691ee4c
Add Discord Widget 2023-05-19 22:40:26 +03:00
3 changed files with 9 additions and 7 deletions

View file

@ -117,7 +117,7 @@ public void invoke(String... args) throws Exception {
Files.deleteIfExists(proguardConf.mappings);
}
});
return null;
return commands;
}
public static class ProGuardMultiReleaseFixer implements LauncherBuildTask {

View file

@ -1,4 +1,6 @@
# Modification of the launcher sashok724's v3 from Gravit [![Build Status](https://travis-ci.com/GravitLauncher/Launcher.svg?branch=master)](https://travis-ci.com/GravitLauncher/Launcher)
# Modification of the launcher sashok724's v3 from Gravit
[![Build Status](https://travis-ci.com/GravitLauncher/Launcher.svg?branch=master)](https://travis-ci.com/GravitLauncher/Launcher)
[![Join our Discord](https://img.shields.io/discord/853340557522370561.svg?logo=discord&label=)](https://discord.gg/b9QG4ygY75)
* [Discord channel](https://discord.gg/b9QG4ygY75)
@ -9,4 +11,4 @@
```sh
curl -s https://raw.githubusercontent.com/GravitLauncher/Launcher/master/get_it.sh | sh
```
```

View file

@ -1,18 +1,18 @@
project.ext {
verAsm = '9.7.1'
verNetty = '4.2.0.RC3'
verOshiCore = '6.6.6'
verNetty = '4.2.0.RC4'
verOshiCore = '6.8.0'
verJunit = '5.11.4'
verJansi = '2.4.1'
verJline = '3.29.0'
verJwt = '0.12.6'
verGson = '2.12.1'
verBcpkix = '1.80'
verSlf4j = '2.0.16'
verSlf4j = '2.0.17'
verLog4j = '2.24.3'
verMySQLConn = '9.2.0'
verMariaDBConn = '3.5.1'
verPostgreSQLConn = '42.7.5'
verH2Conn = '2.3.232'
verProguard = '7.6.1'
verProguard = '7.7.0'
}