mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-05-05 00:26:36 +03:00
Merge branch 'release/5.6.14'
This commit is contained in:
commit
8fb1dc275c
3 changed files with 3 additions and 7 deletions
|
@ -6,7 +6,7 @@ public final class Version implements Comparable<Version> {
|
|||
|
||||
public static final int MAJOR = 5;
|
||||
public static final int MINOR = 6;
|
||||
public static final int PATCH = 13;
|
||||
public static final int PATCH = 14;
|
||||
public static final int BUILD = 1;
|
||||
public static final Version.Type RELEASE = Type.STABLE;
|
||||
public final int major;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
id 'org.openjfx.javafxplugin' version '0.1.0' apply false
|
||||
}
|
||||
group = 'pro.gravit.launcher'
|
||||
version = '5.6.13'
|
||||
version = '5.6.14'
|
||||
|
||||
apply from: 'props.gradle'
|
||||
|
||||
|
@ -71,10 +71,6 @@
|
|||
repositories {
|
||||
maven {
|
||||
url = version.endsWith('SNAPSHOT') ? getProperty('mavenSnapshotRepository') : getProperty('mavenReleaseRepository')
|
||||
credentials {
|
||||
username getProperty('mavenUsername')
|
||||
password getProperty('mavenPassword')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit 4a8afc798cd5bca93c84f9130d0baaac00a22813
|
||||
Subproject commit a2c3ccecadb7f864039b88e6269583c4b77fba13
|
Loading…
Reference in a new issue