Skip to content

Commit 710b167

Browse files
committed
Use classesDirectory property instead of deprecated outputDir
Closes gh-29
1 parent c423f6b commit 710b167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ subprojects { Project subproject ->
158158

159159
afterEvaluate {
160160
if(isPluginProject) {
161-
artifact source:"${sourceSets.main.groovy.outputDir}/META-INF/grails-plugin.xml",
161+
artifact source:"${sourceSets.main.groovy.classesDirectory.get()}/META-INF/grails-plugin.xml",
162162
classifier:"plugin",
163163
extension:'xml'
164164
}

0 commit comments

Comments
 (0)