Skip to content

Commit ab9d356

Browse files
committed
bump version to 1.19
1 parent fce992b commit ab9d356

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ For new `releases`, bump `version` field in `build.gradle`, then execute the fol
4040
$ gradle release -Prelease.useAutomaticVersion=true
4141
```
4242

43+
**Note : Required Java 8 version**
44+
```bash
45+
$ export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
46+
```
47+
4348
## License
4449

4550
This program is free software and is distributed under an [MPL-2.0 License](LICENSE).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
}
3030

3131
group = 'org.jenkins-ci.plugins'
32-
version = '1.18'
32+
version = '1.19'
3333
description = 'LambdaTest Plugin is used to run automated selenium tests on LambdaTest Cloud'
3434

3535
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)