[gha] use jdk 1.11

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/44/head
R4SAS 2022-03-30 04:49:52 +03:00
parent 75d444f374
commit c74b3f7ff0
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2
2 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y g++ rename
- name: Setup JDK 1.8
- name: Setup JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.11
- name: Setup Android SDK
uses: maxim-lobanov/setup-android-tools@v1
with:
@ -52,10 +52,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y g++ rename
- name: Setup JDK 1.8
- name: Setup JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.11
- name: Setup Android SDK
uses: maxim-lobanov/setup-android-tools@v1
with:

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2020, The PurpleI2P Project
* Copyright (c) 2013-2022, The PurpleI2P Project
*
* This file is part of Purple i2pd project and licensed under BSD3
*