Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Change build process to use java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
swoehrl-mw committed Apr 23, 2021
1 parent 421088f commit 5b6241f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
python-version: 3.7

- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8'

- name: Install dcosdev
run: |
python -m pip install --upgrade pip
Expand Down
6 changes: 3 additions & 3 deletions universe/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

{
"packagingVersion": "4.0",
"upgradesFrom": ["0.1.0", "0.1.1", "0.1.2"],
"downgradesTo": ["0.1.0", "0.1.1", "0.1.2"],
"upgradesFrom": ["0.1.0", "0.1.1", "0.1.2", "0.1.3"],
"downgradesTo": ["0.1.0", "0.1.1", "0.1.2", "0.1.3"],
"minDcosReleaseVersion": "1.13",
"name": "thanos",
"version": "0.1.2",
"version": "0.1.3",
"maintainer": "MaibornWolff",
"description": "HA monitoring stack based on thanos",
"selected": false,
Expand Down

0 comments on commit 5b6241f

Please sign in to comment.