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 58bc86a commit a7a2fd8Copy full SHA for a7a2fd8
.travis.yml
@@ -20,3 +20,5 @@ deploy:
20
file: build/libs/geb-${TRAVIS_TAG:1}.jar
21
on:
22
repo: grails3-plugins/geb
23
+ tags: true
24
+ all_branches: true
build.gradle
@@ -21,7 +21,7 @@ ext {
gradleWrapperVersion = project.gradleWrapperVersion
}
-version "1.0.0-SNAPSHOT"
+version "1.0.0.M4"
25
group "org.grails.plugins"
26
27
apply plugin: "org.grails.grails-plugin"
0 commit comments