Skip to content

Commit

Permalink
fix: excludePlatformDependencies not finding idofrontLibs
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Feb 26, 2024
1 parent 13fa6a5 commit 5628e5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tasks.assemble {
if (copyJar.excludePlatformDependencies.getOrElse(true)) {
configurations {
findByName("runtimeClasspath")?.apply {
val libs = rootProject.extensions.getByType<VersionCatalogsExtension>().named("libs")
val libs = rootProject.extensions.getByType<VersionCatalogsExtension>().named("idofrontLibs")
val deps = libs.findBundle("platform").getOrNull()?.getOrNull() ?: emptyList()
val idoDeps = libs.findBundle("idofront-core").getOrNull()?.getOrNull() ?: emptyList()

Expand Down

0 comments on commit 5628e5a

Please sign in to comment.