Skip to content

Commit

Permalink
[ANY] 2.2.3 runtime for GravitLauncher 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Oct 19, 2023
1 parent b31816d commit 1685750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ javafx {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
group 'pro.gravit.launcher'
version '2.2.2'
version '2.2.3'
def mainClassName = "pro.gravit.launcher.client.JavaRuntimeModule"

task sourcesJar(type: Jar) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class JavaRuntimeModule extends LauncherModule {
private RuntimeProvider provider;

public JavaRuntimeModule() {
super(new LauncherModuleInfo("StdJavaRuntime", new Version(2, 2, 2, 1, Version.Type.STABLE),
super(new LauncherModuleInfo("StdJavaRuntime", new Version(2, 2, 3, 1, Version.Type.LTS),
0, new String[]{}, new String[]{"runtime"}));
}

Expand Down

0 comments on commit 1685750

Please sign in to comment.