Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Haehnchen/idea-php-symfony2-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e943f64adfae8490c6d82f48a105f83dae437ade
Choose a base ref
..
head repository: Haehnchen/idea-php-symfony2-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7f70e18ddf1deaf37a8d2beecebf14d7881f3013
Choose a head ref
Showing with 3 additions and 4 deletions.
  1. +0 −1 .travis.yml
  2. +1 −1 build.gradle
  3. +2 −2 gradle/wrapper/gradle-wrapper.properties
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: java
jdk:
- oraclejdk9
- oraclejdk11

before_cache:
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ if (details.isCleanTag) {
}

wrapper {
gradleVersion '5.4.1'
gradleVersion '5.5.1'
}

test.testLogging.exceptionFormat = TestExceptionFormat.FULL
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Apr 28 18:02:14 CEST 2019
#Thu Aug 01 17:54:16 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip