Skip to content

Commit 3ae50c5

Browse files
authored
Merge branch 'master' into tunnel_upgrade
2 parents 4e16ead + 9a3f58a commit 3ae50c5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ plugins {
2929
}
3030

3131
group = 'org.jenkins-ci.plugins'
32-
version = '2.0'
32+
33+
version = '1.19'
34+
3335
description = 'LambdaTest Plugin is used to run automated selenium tests on LambdaTest Cloud'
3436

3537
sourceCompatibility = 1.8
3638
targetCompatibility = 1.8
3739

3840
jenkinsPlugin {
3941
// version of Jenkins core this plugin depends on, must be 1.420 or later
40-
coreVersion = '2.126'
42+
coreVersion = '2.120'
4143

4244
// ID of the plugin, defaults to the project name without trailing '-plugin'
4345
shortName = 'lambdatest-automation'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.19
1+
version=1.20

0 commit comments

Comments
 (0)