Skip to content

Commit

Permalink
change java -v from 9 to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Achitheus committed Nov 8, 2023
1 parent 7b234e2 commit 6caa951
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runAndReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 9
java-version: 11
cache: 'maven'
distribution: 'zulu'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [Прочее](#прочее)

## Build
В окружении должна быть установлена (и прописана в PATH) java не ниже 9 версии
В окружении должна быть установлена (и прописана в PATH) java не ниже 11 версии
и добавлена переменная среды JAVA_HOME.
#### Запуск:

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>9</maven.compiler.source>
<maven.compiler.target>9</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<allure.version>2.24.0</allure.version>
Expand Down

0 comments on commit 6caa951

Please sign in to comment.