Skip to content

Commit

Permalink
Fixes Gradle build error with Grace Views tasks
Browse files Browse the repository at this point in the history
Closes gh-25
  • Loading branch information
rainboyan committed Oct 15, 2024
1 parent f083a24 commit b4d2ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AbstractGroovyTemplatePlugin implements Plugin<Project> {
SourceSetOutput output = mainSourceSet?.output
FileCollection classesDir = resolveClassesDirs(output, project)
File destDir = new File(project.buildDir, "${templateCompileTask.fileExtension}-classes/main")
output?.dir(destDir)

Configuration providedConfig = project.configurations.findByName('provided')


Expand Down

0 comments on commit b4d2ba3

Please sign in to comment.