Skip to content

Commit 935b3da

Browse files
committed
Merge pull request #11 from wparad/update_java_1.8
Upgrade Java build on travis to 1.8.
2 parents 3af7ad7 + 8afaec1 commit 935b3da

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: java
2+
jdk:
3+
- oraclejdk8
24
install:
35
- bundle install --path vendor/bundle
46
#script:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change log
2+
This is the changelog for [Stash HTTP Request Trigger](README.md).
3+
4+
## 2.0 ##
5+
6+
* Upgraded the build to use Java 1.8
7+
* This may cause problems for deployment on Stash built on 1.7 or lower or systems running a lower version of Java.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
[![Build Status](https://travis-ci.org/wparad/stash-http-request-trigger.svg?branch=master)](https://travis-ci.org/wparad/stash-http-request-trigger)
66

7+
[Changelog](./CHANGELOG.md)
8+
79
After making commits to Stash, this plugin will make a Http POST request to a specified URL, adding in query parameters for the Source Ref and Source Sha. This plugin listens to both the main repository and all pull-requests.
810

911
##Background

0 commit comments

Comments
 (0)