Skip to content

Commit

Permalink
Merge pull request #145 from i-Cell-Mobilsoft-Open-Source/feature/144…
Browse files Browse the repository at this point in the history
…_java11_support_remove

#144 java11 support remove
  • Loading branch information
attila-kiss-it authored Jan 21, 2025
2 parents 72915c0 + 5aa55fe commit 80c1fb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/compile_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ on:
- 'dependabot/**'

jobs:
compile-with-jdk11:
name: Compile with JDK 11

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
distribution: 'temurin'
- name: Build with Maven
run: mvn -B package --file pom.xml

compile-with-jdk17:
name: Compile with JDK 17

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

Expand Down
2 changes: 1 addition & 1 deletion docs/en/requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The technologies on which it is based

.War
- Java 11
- Java 17
- Maven 3.3.0+
- Jakarta EE 10
- Wildfly 27.0.0.Final
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A technológiák melyeken alapszik:

.War
- Java 11
- Java 17
- Maven 3.3.0+
- Jakarta EE 10
- Wildfly 27.0.0.Final
Expand Down

0 comments on commit 80c1fb0

Please sign in to comment.