Skip to content

Commit 34a51b5

Browse files
committed
change the main class to Launcher
1 parent 70fd6e1 commit 34a51b5

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ test {
4747
}
4848

4949
application {
50-
mainClass.set("chatbot.alain.ChatbotAlain")
51-
mainClassName = "chatbot.alain.ChatbotAlain"
50+
mainClass.set("chatbot.alain.Launcher")
51+
mainClassName = "chatbot.alain.Launcher"
5252
}
5353

5454
shadowJar {

build/distributions/ip.tar

0 Bytes
Binary file not shown.

build/distributions/ip.zip

882 Bytes
Binary file not shown.

build/libs/alain.jar

877 Bytes
Binary file not shown.

build/libs/ip.jar

874 Bytes
Binary file not shown.

build/scripts/ip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205

206206
set -- \
207207
-classpath "$CLASSPATH" \
208-
chatbot.alain.ChatbotAlain \
208+
chatbot.alain.Launcher \
209209
"$@"
210210

211211
# Stop when "xargs" is not available.

build/scripts/ip.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ set CLASSPATH=%APP_HOME%\lib\ip.jar;%APP_HOME%\lib\javafx-fxml-17.0.7-win.jar;%A
7272

7373

7474
@rem Execute ip
75-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %IP_OPTS% -classpath "%CLASSPATH%" chatbot.alain.ChatbotAlain %*
75+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %IP_OPTS% -classpath "%CLASSPATH%" chatbot.alain.Launcher %*
7676

7777
:end
7878
@rem End local scope for the variables with windows NT shell

build/tmp/shadowJar/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Manifest-Version: 1.0
2-
Main-Class: chatbot.alain.ChatbotAlain
2+
Main-Class: chatbot.alain.Launcher
33

0 commit comments

Comments
 (0)