Skip to content

Commit 57f77c7

Browse files
committed
Fixing the groupId of the plugin.
1 parent d7e26ec commit 57f77c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ buildscript {
1111
}
1212
}
1313

14-
version "0.1"
15-
group "multi.file.upload"
14+
version "0.0.2"
15+
group "com.wizpanda.plugins"
1616

1717
apply plugin:"eclipse"
1818
apply plugin:"idea"

src/main/groovy/multi/file/upload/MultiFileUploadGrailsPlugin.groovy renamed to src/main/groovy/com/wizpanda/MultiFileUploadGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package multi.file.upload
1+
package com.wizpanda
22

33
import grails.plugins.Plugin
44

0 commit comments

Comments
 (0)