Skip to content

Commit

Permalink
Gradle: Don't use deprecated SourceDirectorySet.outputDir property
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 25, 2024
1 parent 84f5e51 commit 236b86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ publishing {

from components.java

artifact source: "${project.sourceSets.main.groovy.outputDir}/META-INF/grails-plugin.xml",
artifact source: "${project.buildDir}/classes/groovy/main/META-INF/grails-plugin.xml",
classifier: "plugin",
extension: 'xml'
pom {
Expand Down

0 comments on commit 236b86b

Please sign in to comment.