Skip to content

Commit

Permalink
Revert "Update module package config."
Browse files Browse the repository at this point in the history
This reverts commit 3d7b83f.
  • Loading branch information
gyakkun committed Feb 27, 2023
1 parent 3d7b83f commit 9630b43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ compose.desktop {
copyright = "(C) 2022 gyakkun. Some rights reserved."
vendor = "gyakkun"
appResourcesRootDir.set(project.layout.projectDirectory.dir("resources"))
// includeAllModules = true
modules(
"java.logging",
"java.naming",
"jdk.crypto.ec",
"javax.naming"
)
includeAllModules = true
// modules(
// "java.logging",
// "java.naming",
// "jdk.crypto.ec",
// "javax.naming"
// )

val iconsRoot = project.file("src/jvmMain/resources/drawables")

Expand Down

0 comments on commit 9630b43

Please sign in to comment.