Skip to content

Commit

Permalink
avoid deprecated usage (fix typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 5, 2025
1 parent cd36f4a commit 9285eea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class WriteExtensionDescriptorTask extends DefaultTask {
@OutputFile File descriptor = computeDescriptorFile()

private File computeDescriptorFile() {
def metaInfDir = project.layout.buildDirectory.dir('/resources/main/META-INF/groovy').get().asFile
def metaInfDir = project.layout.buildDirectory.dir('resources/main/META-INF/groovy').get().asFile
return new File(metaInfDir, 'org.codehaus.groovy.runtime.ExtensionModule')
}

Expand Down

0 comments on commit 9285eea

Please sign in to comment.