File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<projectDescription >
3- <name >ainm </name >
3+ <name >Idaesbasic </name >
44 <comment >Project ainm created by Buildship.</comment >
55 <projects >
66 </projects >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,4 +40,9 @@ tasks.named('test') {
4040 useJUnitPlatform()
4141}
4242
43- mainClassName = ' org.ainm.Main'
43+ mainClassName = ' org.ainm.Main'
44+ jar {
45+ manifest {
46+ attributes ' Main-Class' : ' org.ainm.Main'
47+ }
48+ }
Original file line number Diff line number Diff line change 77 * in the user manual at https://docs.gradle.org/7.3-rc-1/userguide/multi_project_builds.html
88 */
99
10- rootProject. name = ' ainm '
10+ rootProject. name = ' Idaesbasic '
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public void start(Stage stage) {
1515 Parent root = FXMLLoader .load (getClass ().getResource ("/fxml/MainView.fxml" ));
1616 Scene scene = new Scene (root , 640 , 480 );
1717 stage .setScene (scene );
18- stage .setTitle ("Ainm - 0.8 - Alpha" );
18+ stage .setTitle ("Idaesbasic - 0.8 - Alpha" );
1919 stage .setMaximized (true );
2020 stage .getIcons ().add (new Image (Main .class .getResourceAsStream ("/icon.png" )));
2121 stage .show ();
You can’t perform that action at this time.
0 commit comments