Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
7.6.0 Distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrwelcome committed Apr 30, 2020
1 parent c0c54e2 commit f468321
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
Binary file modified dist/keyboard-layout-7.6.0.zip
Binary file not shown.
Binary file modified dist/keyboard-layout-7.6.1.zip
Binary file not shown.
Binary file modified dist/keyboard-layout-7.6.2.zip
Binary file not shown.
17 changes: 14 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
version: "3"

# Run tests in custom JDK
# Environment for elasticsearch 7.6.x
services:
# run tests
tests:
image: openjdk:13-oracle
volumes:
- ./:/code
- ./pref:${HOME}/.java/.systemPrefs
environment:
- JAVA13_HOME=/usr/java/openjdk-13
working_dir: /code
command:
./gradlew check
./gradlew check

# run assemble
assemble:
image: openjdk:13-oracle
volumes:
- ./:/code
environment:
- JAVA13_HOME=/usr/java/openjdk-13
working_dir: /code
command:
./gradlew assemble

0 comments on commit f468321

Please sign in to comment.