File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 25
25
- integrationTestXenitEndpoints
26
26
steps :
27
27
- uses : actions/checkout@v2
28
- - uses : actions/setup-java@v1
28
+ - uses : actions/setup-java@v3
29
29
with :
30
- java-version : 1.11
30
+ distribution : temurin
31
+ java-version : 11
31
32
- name : Add license
32
33
run : |
33
34
touch ./src/integrationTest/resources/license61/license.lic
60
61
- solr6
61
62
steps :
62
63
- uses : actions/checkout@v2
64
+ - uses : actions/setup-java@v3
65
+ with :
66
+ distribution : temurin
67
+ java-version : 11
63
68
- name : Setup Gradle
64
69
uses : gradle/gradle-build-action@v2
65
70
- name : Login to CloudSmith
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " eu.xenit.docker" version " 5.3 .0" apply false
2
+ id " eu.xenit.docker" version " 5.5 .0" apply false
3
3
id " be.vbgn.ci-detect" version " 0.5.0"
4
4
}
5
5
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments