Skip to content

Commit

Permalink
Refactor ion-java-cli to standard layout (#545)
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Lipták <[email protected]>
  • Loading branch information
gliptak authored Aug 25, 2023
1 parent b9e5fe6 commit 0b2c363
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ion-java-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ dependencies {
implementation(rootProject)
}

sourceSets {
main {
java.srcDir("src")
}
}

application {
mainClass.set("com.amazon.tools.cli.IonJavaCli")
}

0 comments on commit 0b2c363

Please sign in to comment.