This repository was archived by the owner on Mar 12, 2022. It is now read-only.
File tree 5 files changed +17
-26
lines changed
5 files changed +17
-26
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : java
3
3
jdk :
4
- - oraclejdk8
4
+ - oraclejdk11
5
5
6
6
before_cache :
7
7
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -23,11 +23,12 @@ after_failure:
23
23
- cat build/idea-sandbox/system/log/idea.log
24
24
25
25
env :
26
- # - 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"
27
27
- IDEA_VERSION="IU-2018.3.5" PHP_PLUGIN_VERSION="183.4886.46" BLADE_PLUGIN_VERSION="183.3795.24"
28
- - IDEA_VERSION="IU-2018.2.4" PHP_PLUGIN_VERSION="182.4505.42" BLADE_PLUGIN_VERSION="182.3911.19"
29
- - IDEA_VERSION="IU-2018.1" PHP_PLUGIN_VERSION="181.4203.565" BLADE_PLUGIN_VERSION="181.4203.565"
30
- - IDEA_VERSION="IU-2017.3.5" PHP_PLUGIN_VERSION="173.4301.34" BLADE_PLUGIN_VERSION="173.4127.29"
31
28
32
29
script :
33
30
- " ./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"
Original file line number Diff line number Diff line change @@ -3,18 +3,21 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
3
3
buildscript {
4
4
repositories {
5
5
mavenCentral()
6
-
7
6
maven {
8
7
url " https://oss.sonatype.org/content/repositories/snapshots/"
9
8
}
10
9
maven {
11
10
url ' https://dl.bintray.com/jetbrains/intellij-plugin-service'
12
11
}
12
+
13
+ }
14
+ dependencies {
15
+ classpath " org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.5.0-SNAPSHOT"
13
16
}
14
17
}
15
18
16
19
plugins {
17
- id " org.jetbrains.intellij" version " 0.4.4 "
20
+ id " org.jetbrains.intellij" version " 0.4.9 "
18
21
id ' com.palantir.git-version' version " 0.11.0"
19
22
}
20
23
@@ -60,7 +63,7 @@ if (details.isCleanTag) {
60
63
}
61
64
62
65
wrapper {
63
- gradleVersion ' 5.4 .1'
66
+ gradleVersion ' 5.5 .1'
64
67
}
65
68
66
69
test. testLogging. exceptionFormat = TestExceptionFormat . FULL
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1
- # Wed May 22 17:11:57 CEST 2019
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<component name =" NewModuleRootManager" inherit-compiler-output =" true" >
4
4
<exclude-output />
5
5
<content url =" file://$MODULE_DIR$" >
You can’t perform that action at this time.
0 commit comments