Skip to content

Commit

Permalink
get task via lazy API
Browse files Browse the repository at this point in the history
Co-authored-by: Osip Fatkullin <[email protected]>
  • Loading branch information
stokado and osipxd authored Dec 17, 2024
1 parent 8a2ad13 commit fab90ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullstack-mpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ repositories {
mavenCentral()
}

val backendJar = tasks.getByName<Jar>("backendJar") {
val backendJar = tasks.named<Jar>("backendJar") {
val frontendBrowserProductionWebpack = tasks.getByName<KotlinWebpack>("frontendBrowserProductionWebpack")
dependsOn(frontendBrowserProductionWebpack)
from(frontendBrowserProductionWebpack.outputDirectory, frontendBrowserProductionWebpack.mainOutputFileName)
Expand Down

0 comments on commit fab90ae

Please sign in to comment.