Skip to content

Commit

Permalink
[ANY] 4.0.2 runtime for GravitLauncher 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed May 31, 2024
1 parent 78e56af commit 998f8ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ javafx {
sourceCompatibility = '17'
targetCompatibility = '17'
group 'pro.gravit.launcher'
version '4.0.0'
version '4.0.2'
def mainClassName = "pro.gravit.launcher.gui.JavaRuntimeModule"

task sourcesJar(type: Jar) {
Expand Down Expand Up @@ -58,11 +58,11 @@ repositories {
}

dependencies {
implementation "pro.gravit.launcher:launcher-core:5.6.2-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-ws-api:5.6.2-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-client-api:5.6.2-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-client-start-api:5.6.2-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-client-starter-api:5.6.2-SNAPSHOT"
implementation "pro.gravit.launcher:launcher-core:5.6.2"
implementation "pro.gravit.launcher:launcher-ws-api:5.6.2"
implementation "pro.gravit.launcher:launcher-client-api:5.6.2"
implementation "pro.gravit.launcher:launcher-client-start-api:5.6.2"
implementation "pro.gravit.launcher:launcher-client-starter-api:5.6.2"
implementation "pro.gravit.utils.enfs:enfs:2.0.1-SNAPSHOT"
implementation 'io.netty:netty-codec-http:4.1.67.Final'
implementation 'com.github.oshi:oshi-core:5.8.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class JavaRuntimeModule extends LauncherModule {

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

Expand Down

0 comments on commit 998f8ac

Please sign in to comment.