Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit 73ce0ce

Browse files
Merge pull request #238 from Haehnchen/feature/travis-build-update
Feature/travis build update
2 parents 0490c8c + f9c1300 commit 73ce0ce

File tree

5 files changed

+20
-26
lines changed

5 files changed

+20
-26
lines changed

‎.travis.yml‎

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: java
33
jdk:
4-
- oraclejdk8
4+
- oraclejdk11
55

66
before_cache:
77
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -19,12 +19,16 @@ before_install:
1919
- "export ORG_GRADLE_PROJECT_phpPluginVersion=${PHP_PLUGIN_VERSION}"
2020
- "export ORG_GRADLE_PROJECT_bladePluginVersion=${BLADE_PLUGIN_VERSION}"
2121

22+
after_failure:
23+
- cat build/idea-sandbox/system/log/idea.log
24+
2225
env:
23-
#- IDEA_VERSION="IU-2019.1" PHP_PLUGIN_VERSION="191.6183.95" BLADE_PLUGIN_VERSION="191.6183.95" not working 'No such property: artifactName for class: org.jetbrains.intellij.jbre.JbreResolver'
26+
- IDEA_VERSION="IU-2019.1.3" PHP_PLUGIN_VERSION="191.7141.52" BLADE_PLUGIN_VERSION="191.7141.5"
2427
- IDEA_VERSION="IU-2018年3月5日" PHP_PLUGIN_VERSION="183.4886.46" BLADE_PLUGIN_VERSION="183.3795.24"
25-
- IDEA_VERSION="IU-2018年2月4日" PHP_PLUGIN_VERSION="182.4505.42" BLADE_PLUGIN_VERSION="182.3911.19"
26-
- IDEA_VERSION="IU-2018.1" PHP_PLUGIN_VERSION="181.4203.565" BLADE_PLUGIN_VERSION="181.4203.565"
27-
- IDEA_VERSION="IU-2017年3月5日" PHP_PLUGIN_VERSION="173.4301.34" BLADE_PLUGIN_VERSION="173.4127.29"
2828

2929
script:
3030
- "./gradlew check verifyPlugin buildPlugin"
31+
32+
matrix:
33+
allow_failures:
34+
- env: IDEA_VERSION="IU-2019年1月3日" PHP_PLUGIN_VERSION="191.7141.52" BLADE_PLUGIN_VERSION="191.7141.5"

‎build.gradle‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
33
buildscript {
44
repositories {
55
mavenCentral()
6-
76
maven {
87
url "https://oss.sonatype.org/content/repositories/snapshots/"
98
}
109
maven {
1110
url 'https://dl.bintray.com/jetbrains/intellij-plugin-service'
1211
}
12+
13+
}
14+
dependencies {
15+
classpath "org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.5.0-SNAPSHOT"
1316
}
1417
}
1518

1619
plugins {
17-
id "org.jetbrains.intellij" version "0.4.4"
20+
id "org.jetbrains.intellij" version "0.4.9"
1821
id 'com.palantir.git-version' version "0.11.0"
1922
}
2023

@@ -60,7 +63,7 @@ if (details.isCleanTag) {
6063
}
6164

6265
wrapper {
63-
gradleVersion '5.4.1'
66+
gradleVersion '5.5.1'
6467
}
6568

6669
test.testLogging.exceptionFormat = TestExceptionFormat.FULL

‎gradle.properties‎

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
ideaVersion = IU-2018年3月5日
2-
phpPluginVersion = 183.4886.46
3-
bladePluginVersion = 183.3795.24
4-
5-
#ideaVersion = IU-2018年2月4日
6-
#phpPluginVersion = 182.4505.42
7-
#bladePluginVersion = 182.3911.19
8-
9-
#ideaVersion = IU-2018.1
10-
#phpPluginVersion = 181.4203.565
11-
#bladePluginVersion = 181.4203.565
12-
13-
#ideaVersion = IU-2017年3月5日
14-
#phpPluginVersion = 173.4301.34
15-
#bladePluginVersion = 173.4127.29
1+
ideaVersion = IU-2019年1月3日
2+
phpPluginVersion = 191.7141.52
3+
bladePluginVersion = 191.7141.5
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Wed May 22 17:11:57 CEST 2019
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

‎idea-php-laravel-plugin.iml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id="idea-php-laravel-plugin" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="de.espend.idea.laravel" external.system.module.version="0.15.3.4c354ec915-SNAPSHOT" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id="idea-php-laravel-plugin" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="de.espend.idea.laravel" external.system.module.version="0.15.3.580c485254-SNAPSHOT" type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /