We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b872f24 commit bc4cf0dCopy full SHA for bc4cf0d
build.gradle
@@ -18,7 +18,7 @@ plugins {
18
id "com.jfrog.bintray" version "1.1"
19
}
20
21
-version "0.1-SNAPSHOT"
+version "1.0-SNAPSHOT"
22
group "org.grails.plugins"
23
24
apply plugin: 'maven-publish'
src/main/groovy/ExcelExportGrailsPlugin.groovy
@@ -2,7 +2,7 @@ import grails.plugins.Plugin
2
3
class ExcelExportGrailsPlugin extends Plugin {
4
// the plugin version
5
- def version = "1.0.0"
+ def version = "1.0-SNAPSHOT"
6
// the version or versions of Grails the plugin is designed for
7
def grailsVersion = "3.0.2 > *"
8
// the other plugins this plugin depends on
0 commit comments