File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
paths-ignore :
7
7
- ' .github/**'
8
8
9
+ env :
10
+ GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
11
+ GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
12
+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
13
+
9
14
jobs :
10
15
build :
11
16
runs-on : ubuntu-latest
15
20
include :
16
21
- nickname : linux jdk17
17
22
java : 17
18
- disable-samples : true
19
23
name : CI Build ${{ matrix.nickname }}
20
24
steps :
21
25
- uses : actions/checkout@v2
25
29
java-version : ${{ matrix.java }}
26
30
cache : gradle
27
31
- name : Build
28
- env :
29
- DISABLE_SAMPLES : ${{ matrix.disable-samples }}
30
32
run : ./gradlew build
31
33
publish :
32
34
runs-on : ubuntu-latest
57
59
echo JFROG_CLI_BUILD_NAME=spring-shell-main >> $GITHUB_ENV
58
60
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
59
61
- name : Build and Publish
60
- env :
61
- DISABLE_SAMPLES : true
62
62
run : |
63
63
jf rt gradle build distZip artifactoryPublish
64
64
jf rt build-publish
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ jimfsVersion=1.2
7
7
gradleEnterpriseVersion =3.10.3
8
8
springGeConventionsVersion =0.0.11
9
9
findbugsVersion =3.0.2
10
+ org.gradle.caching =true
You can’t perform that action at this time.
0 commit comments