mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
1efd60ca26
We don't need the absolute latest versions. The Docker images are updated regularly anyway.
10 lines
158 B
YAML
10 lines
158 B
YAML
image: debian:bullseye-slim
|
|
|
|
before_script:
|
|
- apt-get update
|
|
- apt-get -y install openjdk-11-jdk gradle
|
|
|
|
build:
|
|
script:
|
|
- gradle build --stacktrace
|