Skip to content

Commit

Permalink
Stupid mistake with the extension module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yates committed Aug 27, 2013
1 parent 38f9420 commit b93044d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ task generateModule << {
new File( "$buildDir/classes/main/META-INF/services" ).with { f ->
f.mkdirs()
new File( f, 'org.codehaus.groovy.runtime.ExtensionModule' ).withWriter { w ->
w.writeLine 'moduleName=groovy-stream'
w.writeLine 'moduleName=groovy-common-extensions'
w.writeLine "moduleVersion=$version"
w.writeLine "extensionClasses=$extensionFiles"
w.writeLine 'staticExtensionClasses='
Expand Down

0 comments on commit b93044d

Please sign in to comment.