Skip to content

Commit

Permalink
Update MjmlJavaPlugin.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Frisch12 committed Aug 26, 2023
1 parent aedf265 commit 1f2e3b2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ class MjmlJavaPlugin : Plugin<Project> {
group = org.gradle.api.plugins.BasePlugin.BUILD_GROUP
description = "Compile mjml files for the " + sourceSet.name + " source set"
}
this.resources {
srcDir(outputDir)
}
target.tasks.named(processResourcesTaskName, ProcessResources::class.java)
.configure {
from(mjmlCompileProvider)
Expand Down

0 comments on commit 1f2e3b2

Please sign in to comment.