[O] Refactor
This commit is contained in:
+1
-10
@@ -1,12 +1,3 @@
|
||||
/*
|
||||
* This file was generated by the Gradle 'init' task.
|
||||
*
|
||||
* This generated file contains a sample Java application project to get you started.
|
||||
* For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle
|
||||
* User Manual available at https://docs.gradle.org/7.5.1/userguide/building_java_projects.html
|
||||
* This project uses @Incubating APIs which are subject to change.
|
||||
*/
|
||||
|
||||
plugins {
|
||||
// Apply the application plugin to add support for building a CLI application in Java.
|
||||
id 'application'
|
||||
@@ -34,5 +25,5 @@ testing {
|
||||
|
||||
application {
|
||||
// Define the main class for the application.
|
||||
mainClass = 'mars.assembler.App'
|
||||
mainClass = 'Mars'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user