Compare commits

...

4 commits

Author SHA1 Message Date
Antoni
5ab30db31e
Merge 0e1691ee4c into 263cf26258 2025-02-03 09:15:26 +03:00
Gravita
263cf26258
[ANY] Update gradle 2025-02-03 01:03:26 +07:00
Gravita
b9ad7c0f26
[ANY] Update dependencies 2025-02-03 01:03:01 +07:00
microwin7
0e1691ee4c
Add Discord Widget 2023-05-19 22:40:26 +03:00
5 changed files with 17 additions and 16 deletions

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) * [Discord channel](https://discord.gg/b9QG4ygY75)
@ -9,4 +11,4 @@
```sh ```sh
curl -s https://raw.githubusercontent.com/GravitLauncher/Launcher/master/get_it.sh | sh curl -s https://raw.githubusercontent.com/GravitLauncher/Launcher/master/get_it.sh | sh
``` ```

View file

@ -1,5 +1,5 @@
plugins { plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id 'maven-publish' id 'maven-publish'
id 'signing' id 'signing'
id 'org.openjfx.javafxplugin' version '0.1.0' apply false id 'org.openjfx.javafxplugin' version '0.1.0' apply false

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

3
gradlew vendored
View file

@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034 # shellcheck disable=SC2034
APP_BASE_NAME=${0##*/} APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value. # Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum MAX_FD=maximum

View file

@ -1,18 +1,18 @@
project.ext { project.ext {
verAsm = '9.7.1' verAsm = '9.7.1'
verNetty = '4.1.114.Final' verNetty = '4.1.114.Final'
verOshiCore = '6.6.5' verOshiCore = '6.6.6'
verJunit = '5.11.2' verJunit = '5.11.4'
verJansi = '2.4.1' verJansi = '2.4.1'
verJline = '3.26.3' verJline = '3.29.0'
verJwt = '0.12.6' verJwt = '0.12.6'
verGson = '2.11.0' verGson = '2.12.1'
verBcpkix = '1.78.1' verBcpkix = '1.80'
verSlf4j = '2.0.16' verSlf4j = '2.0.16'
verLog4j = '2.24.1' verLog4j = '2.24.3'
verMySQLConn = '9.0.0' verMySQLConn = '9.2.0'
verMariaDBConn = '3.4.1' verMariaDBConn = '3.5.1'
verPostgreSQLConn = '42.7.4' verPostgreSQLConn = '42.7.5'
verH2Conn = '2.3.232' verH2Conn = '2.3.232'
verProguard = '7.6.0' verProguard = '7.6.1'
} }