Skip to content

Commit

Permalink
[ANY] Update mainClass for debug in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
microwin7 authored Aug 26, 2024
1 parent f1da265 commit f805667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ task runDev(type: JavaExec) {
description = "Run the main class with JavaExecTask"
classpath = sourceSets.main.runtimeClasspath
jvmArgs = ["-Dlauncherdebug.modules="+mainClassName, "-Dlauncherdebug.env=DEBUG"]
mainClass = "pro.gravit.launcher.debug.DebugMain"
mainClass = "pro.gravit.launcher.runtime.debug.DebugMain"
}

repositories {
Expand Down

0 comments on commit f805667

Please sign in to comment.