Skip to content

Commit

Permalink
updating version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva-GA committed May 20, 2019
1 parent cc92ed0 commit ab0cad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.org.gauge.gradle:gauge-gradle-plugin:1.7.4"
classpath "gradle.plugin.org.gauge.gradle:gauge-gradle-plugin:1.8.0"
}
}
repositories {
Expand Down Expand Up @@ -70,7 +70,7 @@ Older Versions of the Plugin are also available at [Gradle Plugin Portal](https:
````groovy
plugins {
id 'java'
id 'org.gauge' version "1.7.3"
id 'org.gauge' version "1.8.0"
}
group 'Gradle_example'
Expand Down Expand Up @@ -131,7 +131,7 @@ buildscript {
}
}
dependencies {
classpath 'org.gauge.gradle:gauge-gradle-plugin:1.7.3-nightly-2019-05-08'
classpath 'org.gauge.gradle:gauge-gradle-plugin:1.8.0-nightly-2019-05-20'
}
}
```
Expand All @@ -150,9 +150,6 @@ The following plugin properties can be additionally set:
|additionalFlags| -PadditionalFlags="--verbose" | Add additional gauge flags to execution|
|gaugeRoot| -PgaugeRoot="/opt/gauge" | Path to gauge installation root|


See gauge's [command line interface](http://getgauge.io/documentation/user/current/cli/index.html) for list of all flags that be used with **-PadditionalFlags** option.

### Adding/configuring custom Gauge tasks
It is possible to define new custom Gauge tasks by extending `GaugePlugin` class. It can be used to create/configure tasks specific for different environments. For example,

Expand Down
2 changes: 1 addition & 1 deletion plugin.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
siteUrl=https://github.com/getgauge/gauge-gradle-plugin
gitUrl=https://github.com/getgauge/gauge-gradle-plugin.git

version=1.7.3
version=1.8.0
name=gauge-gradle-plugin
displayName=Gauge
description=Gradle plugin for Gauge, the open source test automation tool developed by ThoughtWorks.
Expand Down

0 comments on commit ab0cad0

Please sign in to comment.