Skip to content

Commit

Permalink
Merge pull request OpenLiberty#641 from OpenLiberty/update-requiremen…
Browse files Browse the repository at this point in the history
…ts-2

Update requirements to be more exact
  • Loading branch information
TrevCraw authored Feb 3, 2024
2 parents a4ca334 + eb522e3 commit e8fd6ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Liberty Tools for IntelliJ IDEA

<!-- Make sure to also update the #Requirements section below, and in user-guide.md -->
> Note: Requires **IntelliJ IDEA 2023.1** or later, and **Java 17** or later.
> Note: Version 23.0.12 requires **IntelliJ IDEA 2023.1.\*** or **2023.2.\*** and a minimum of **Java 17**.
>
> This page provides an overview of Liberty Tools for IntelliJ IDEA.
> For minimum requirements information and detailed instructions on how to use Liberty Tools, check the [user-guide](docs/user-guide.md).
Expand Down Expand Up @@ -94,7 +94,7 @@ The following actions are available when you select a project in the Liberty Too

## Requirements
<!-- Make sure to also update the note at the top of this file, and in user-guide.md -->
**IntelliJ IDEA 2023.1** or later, using **Java 17** or later.
Version 23.0.12 requires **IntelliJ IDEA 2023.1.\*** or **2023.2.\*** and a minimum of **Java 17**.

For more details, check the [user guide](docs/user-guide.md#software-requirements).

Expand Down
6 changes: 3 additions & 3 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ For information regarding known issues and limitations, refer to our [Common Iss
- [Start your application in dev mode](#start-your-application-in-dev-mode)
- [Start your application in dev mode with configuration](#start-your-application-in-dev-mode-with-configuration)
- [Start your application in dev mode in a container](#start-your-application-in-dev-mode-in-a-container)
- [Run your application's tests](#run-your-applications-tests)
- [View your application's test reports](#view-your-applications-test-reports)
- [Run your application tests](#run-your-application-tests)
- [View your application test reports](#view-your-application-test-reports)
- [Maven-built applications](#maven-built-applications)
- [Gradle-built applications](#gradle-built-applications)
- [Stop your application](#stop-your-application)
Expand All @@ -28,7 +28,7 @@ For information regarding known issues and limitations, refer to our [Common Iss
## Before you begin
### Software requirements
<!-- Make sure to also update the main README.md note at its top, and its #Requirements section -->
- **IntelliJ IDEA 2023.1** or later. Liberty Tools for IntelliJ IDEA is compatible with the Community Edition of IntelliJ IDEA.
- Version 23.0.12 requires **IntelliJ IDEA version 2023.1.\*** or **2023.2.\***. Liberty Tools for IntelliJ IDEA is compatible with the Community Edition of IntelliJ IDEA.
- **Java 17** or later. If you change the IntelliJ IDEA Boot Java Runtime through the **Change Boot Java Runtime for the IDE** preference, ensure that you are using Java 17 or later.
- [Liberty Tools for IntelliJ IDEA plugin](https://plugins.jetbrains.com/plugin/14856-liberty-tools/)

Expand Down

0 comments on commit e8fd6ad

Please sign in to comment.