Skip to content

Commit

Permalink
Update module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gravetii committed Oct 21, 2021
1 parent 8b34139 commit 49f7308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}

application.mainModule = "kotlin_gradle_test"
application.mainModule = "wordagam"
mainClassName = "io.github.gravetii.App"

jlink {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'kotlin_gradle_test'
rootProject.name = 'wordagam'

2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module kotlin_gradle_test {
module wordagam {
requires javafx.base;
requires javafx.controls;
requires javafx.fxml;
Expand Down

0 comments on commit 49f7308

Please sign in to comment.