Skip to content

Commit

Permalink
Updated to IntelliJ version 2024.1.3 (#399)
Browse files Browse the repository at this point in the history
2024.1.3 is now the default version installed.
  • Loading branch information
freemanjp authored Jul 7, 2024
1 parent c2a042a commit de2f00e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ are shown below):
```yaml
# IntelliJ IDEA version number
intellij_version: '2024.1.2'
intellij_version: '2024.1.3'

# Mirror where to dowload IntelliJ IDEA redistributable package from
# Using HTTP because of https://github.com/ansible/ansible/issues/11579
Expand Down Expand Up @@ -141,7 +141,7 @@ The following versions of IntelliJ IDEA are supported without any additional
configuration (for other versions follow the Advanced Configuration
instructions):
* `2024.1.2`
* `2024.1.3`
* `2024.1.1`
* `2024.1`
* `2023.3.6`
Expand Down Expand Up @@ -381,7 +381,7 @@ This role exports the following Ansible facts for use by other roles:

* `ansible_local.intellij.general.home`

* e.g. `/opt/idea/idea-community-2024.1.2`
* e.g. `/opt/idea/idea-community-2024.1.3`

* `ansible_local.intellij.general.desktop_filename`

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# code: language=ansible
---
# IntelliJ IDEA version number
intellij_version: '2024.1.2'
intellij_version: '2024.1.3'

# Mirror where to dowload IntelliJ IDEA redistributable package from
# Using HTTP because of https://github.com/ansible/ansible/issues/11579
Expand Down
3 changes: 3 additions & 0 deletions vars/versions/2024.1.3-community.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
intellij_redis_sha256sum: d2ae9701c948f77464415928891446e83e31abd3275a0d331febb7d58e1e1b97
3 changes: 3 additions & 0 deletions vars/versions/2024.1.3-ultimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
intellij_redis_sha256sum: 358ddba5a187cb900efff7df06b1ffdda5a16d1e12cdf49328db486a066f6352

0 comments on commit de2f00e

Please sign in to comment.