Skip to content

Commit

Permalink
🐛 fix not building on run in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Sep 1, 2024
1 parent 90c5057 commit 1afa367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
shade(project(":yiski-module-loader"))

(1..6).forEach { module ->
runtimeOnly(project(":yiski$module"))
implementation(project(":yiski$module"))
}
}

Expand Down Expand Up @@ -116,3 +116,4 @@ subprojects {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Modules : Scaffold {
**ID**: `${it.information.id}`
**Version**: `${it.information.version}`
**License**: `${it.information.license}`
""".trimIndent(), false)
}
}
Expand Down

0 comments on commit 1afa367

Please sign in to comment.