Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ local.properties
.gradle
build
/cucumber-android/build/
.kotlin
6 changes: 5 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

To release `cucumber-android`, you'll need to be a member of the core team

## Releasing cucumber-android
## Automatic release process

See [.github/RELEASING](https://github.com/cucumber/.github/blob/main/RELEASING.md).

## Manual release process

- Remove `-SNAPSHOT` in `build.gradle` `version =` entry
- Update `CHANGELOG.md` with the upcoming version number and create a new `In Git` section
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ allprojects {
url releaseRepository
}
}
version = "7.19.0-SNAPSHOT"
ext.cucumber_javaVersion = '7.18.1'
group = 'io.cucumber'
}
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ org.gradle.jvmargs=-Xmx2048m
# org.gradle.parallel=true
android.enableJetifier=true
android.useAndroidX=true
#cucumberUseAndroidJUnitRunner = false
#cucumberUseAndroidJUnitRunner = false
version = 7.19.0-SNAPSHOT