Commit c17aea7 1 parent 2b6b28a commit c17aea7 Copy full SHA for c17aea7
File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- before_script :
2
- - apt-get update
3
-
4
- after_script :
5
- - gradle --version
6
-
7
1
bullseye-jdk11 :
8
2
image : debian:bullseye-slim
9
- script :
3
+ before_script :
4
+ - apt-get update
10
5
- apt-get -y install openjdk-11-jdk-headless gradle
6
+ script :
11
7
- gradle build --stacktrace
8
+ after_script :
9
+ - gradle --version
12
10
artifacts :
13
11
name : bitcoinj-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
14
12
paths :
15
13
- core/build/libs/*.jar
16
14
17
15
bookworm-jdk17 :
18
16
image : debian:bookworm-slim
19
- script :
17
+ before_script :
18
+ - apt-get update
20
19
- apt-get -y install openjdk-17-jdk-headless gradle
20
+ script :
21
21
- gradle build --stacktrace
22
+ after_script :
23
+ - gradle --version
22
24
artifacts :
23
25
name : bitcoinj-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
24
26
paths :
You can’t perform that action at this time.
0 commit comments