Skip to content

Commit

Permalink
Move Main class under the cli package (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
cacay authored Dec 2, 2021
1 parent d26fd5e commit f598cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

/** Application */

val mainPackage = "${project.group}.${rootProject.name}"
val mainPackage = "${project.group}.${rootProject.name}.${project.name}"

application {
mainClass.set("$mainPackage.MainKt")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package edu.cornell.cs.apl.viaduct
package edu.cornell.cs.apl.viaduct.cli

import edu.cornell.cs.apl.prettyprinting.Document
import edu.cornell.cs.apl.prettyprinting.plus
import edu.cornell.cs.apl.viaduct.cli.Viaduct
import edu.cornell.cs.apl.viaduct.errors.CompilationError
import org.fusesource.jansi.AnsiConsole
import java.io.IOException
Expand Down

0 comments on commit f598cce

Please sign in to comment.